Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
5adf5daa
Commit
5adf5daa
authored
Jan 09, 2019
by
mrodzis
💪
Browse files
Fix bug in whitespace setting (cf. print#17 Rückert- Monument)
parent
9790efb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/teisimpleprint/tei2teisimple.xqm
View file @
5adf5daa
...
...
@@ -702,7 +702,7 @@ declare function fontaneSimple:transform($nodes as node()*, $uri as xs:string) a
fontaneSimple:transform($node/node(), $uri)
},
if(not($node//tei:abbr/text()[ends-with(., ":")]
or $node//text()[last()][ends-with(., "-")]
or
(
$node//text()[last()][ends-with(., "-")]
or$node/following-sibling::*[1][self::tei:rs])
or $node/following::node()[1][self::text()][starts-with(., "-") or starts-with(., ".")])) then
text{" "}
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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