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
adc73819
Commit
adc73819
authored
Jun 07, 2019
by
Mathias Goebel
🎠
Browse files
specify reordered childs of tei:mod
parent
f0c60236
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
adc73819
...
...
@@ -686,8 +686,12 @@ as element(xhtml:span) {
else (),
if($node/tei:del[@rend eq "overwritten"])
then
(transfo:magic($node/tei:add),
transfo:magic($node/tei:del))
(
transfo:magic($node/node()[. << $node/tei:add][. << $node/tei:del]),
transfo:magic($node/tei:add),
transfo:magic($node/tei:del),
transfo:magic($node/node()[. >> $node/tei:add][. >> $node/tei:del]),
)
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