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
3996e80d
Commit
3996e80d
authored
Jun 07, 2019
by
Mathias Goebel
🎠
Browse files
preceise instructions on tei:mod child nodes
parent
adc73819
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
3996e80d
...
...
@@ -687,10 +687,10 @@ as element(xhtml:span) {
if($node/tei:del[@rend eq "overwritten"])
then
(
transfo:magic($node/node()[. << $node/tei:add][. << $node/tei:del]),
transfo:magic($node/node()[. << $node/tei:add
[1]
][. << $node/tei:del
[1]
]),
transfo:magic($node/tei:add),
transfo:magic($node/tei:del),
transfo:magic($node/node()[. >> $node/tei:add][. >> $node/tei:del]),
transfo:magic($node/node()[. >> $node/tei:add
[last()]
][. >> $node/tei:del
[last()]
]),
)
else transfo:magic($node/node())
}
...
...
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