Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit b597e216 authored by Mathias Goebel's avatar Mathias Goebel
Browse files

feat: tei:damage with @atLeast

parent a6eaaa85
Branches
No related tags found
No related merge requests found
Pipeline #236643 passed
......@@ -51,6 +51,14 @@ as node()* {
},
tei2html:transform($node/node())
}
case element(tei:damage) return
if($node/@atLeast) then
element xhtml:div {
attribute class {"damage atLeast"},
text { "[damaged or lost part of the manuscript: at least " || string($node/@atLeast) || " " || string($node/@unit) || "]" }
}
else tei2html:make-default-return($node)
case element(tei:w) return
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment