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
1fb4837e
Commit
1fb4837e
authored
Aug 18, 2018
by
Mathias Goebel
🎠
Browse files
add Summenstrich
parent
f367db6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
1fb4837e
...
...
@@ -2113,6 +2113,16 @@ if( $node/parent::zone/@points ) then
'Absatzlinie'
})
else
if(contains($node//tei:figDesc/tei:ref/text(), 'Summenstrich')) then
(element xhtml:hr {
$node/@xml:id ! attribute id { string(.) },
attribute class {'Summenstrich'}
},
element xhtml:div {
attribute class {'hrHover'},
'Summenstrich'
})
else
if(contains($node//tei:figDesc/tei:ref/text(), 'Abgrenzungslinie')) then
(element xhtml:hr {
$node/@xml:id ! attribute id { string(.) },
...
...
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