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
b430e6a3
Commit
b430e6a3
authored
Aug 27, 2018
by
Mathias Goebel
🎠
Browse files
fix typo
parent
cde5493f
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/fontane/index-api.xqm
View file @
b430e6a3
...
...
@@ -81,7 +81,7 @@ return if(not(exists($page)))
else
(: test for entries before further processing :)
if(not(exists(($page/tei:zone//tei:rs, $page/tei:surface[
@
not(@n)]//tei:rs)))) then () else
if(not(exists(($page/tei:zone//tei:rs, $page/tei:surface[not(@n)]//tei:rs)))) then () else
let $entities := ($page/tei:zone//tei:rs/tokenize(@ref, " "), $page/tei:surface[not(@n)]//tei:rs/tokenize(@ref, " ")) => distinct-values()
let $groups := $entities ! substring-before(., ":") => distinct-values()
...
...
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