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
8c8f5d93
Commit
8c8f5d93
authored
Jul 29, 2019
by
mrodzis
🌿
Browse files
Merge branch 'bugfix/
#105
-verses-et' into 'develop'
Closes
#105
Closes
#105
See merge request
!42
parents
b9868011
8be69eba
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/edited-text/tei2teisimple.xqm
View file @
8c8f5d93
...
...
@@ -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
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