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
8be69eba
Commit
8be69eba
authored
Jul 29, 2019
by
mrodzis
💪
Browse files
Closes
#105
parent
b9868011
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/edited-text/tei2teisimple.xqm
View file @
8be69eba
...
...
@@ -208,7 +208,10 @@ $log as xs:string) as node()* {
simpleHelpers:trim-first-char($node))
else if($node/@type = "verse") then
if(not($node/@next)) then
if($node/@prev) then
()
else if(not($node/@next)) then
(if(not($node/preceding-sibling::tei:line[@type = "verse"])) then
fontaneSimple:mark-linegroup-beginning()
else
...
...
@@ -220,10 +223,11 @@ $log as xs:string) as node()* {
fontaneSimple:mark-linegroup-end()
else
())
(: 3.8.2.2.1.3 Vers mit anderer Beschriftung in einer Zeile :)
else
let $corresp := $node/following::
tei:seg
[@type = "verse"
and
matches
($node/@next, @xml:id
)
]
let $corresp := $node/following::
*
[@type = "verse"
and
replace
($node/@next,
"#", "") =
@xml:id]
return
(fontaneSimple:mark-linegroup-beginning(),
element tei:l {
...
...
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