Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
4a07f7f4
Commit
4a07f7f4
authored
Sep 17, 2018
by
Mathias Goebel
🎠
Browse files
Merge branch 'develop' of gitlab.gwdg.de:fontane-notizbuecher/SADE into develop
parents
2b7cbd5f
75abafd9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
4a07f7f4
...
...
@@ -1655,6 +1655,7 @@ element xhtml:span {
then 'cm' || floor($node/parent::tei:zone/@lry - $node/parent::tei:zone/@uly)
else (),
string($node/@function) => replace('caret', 'teicaret'),
if($node/@function = "deletion" and $node = "|") then "noBackground" else (),
if($node/tei:figure[not(./ancestor::zone/@points)]) then "innerFigure" else (),
if($node/@function = "deletion" and $node/parent::tei:zone/@points)
then "no-border"
...
...
@@ -2212,8 +2213,8 @@ if( $node/parent::zone/@points ) then
declare function local:get-line-type($node as element(tei:figDesc))
as xs:string {
if (contains($node, 'Absatzlinie') then "Absatzlinie" else
if (contains($node, 'Abgrenzungslinie') then "Abgrenzungslinie" else
if (contains($node, 'Schlusslinie') then "Schlusslinie" else
if (contains($node, 'Absatzlinie')
)
then "Absatzlinie" else
if (contains($node, 'Abgrenzungslinie')
)
then "Abgrenzungslinie" else
if (contains($node, 'Schlusslinie')
)
then "Schlusslinie" else
"TODO: specify type in transform.xql"
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment