Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
29251d91
Commit
29251d91
authored
May 18, 2017
by
Mathias Goebel
🎠
Browse files
Update transform.xqm
parent
6bf39240
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
29251d91
...
...
@@ -1812,8 +1812,7 @@ or
declare function fontaneTransfo:newestTBLELink($uri as xs:string, $id as xs:string) as node() {
let $links := collection('/db/sade-projects/textgrid/data/xml/tile')
//tei:link
[matches(@targets, $uri || "\.\d+#" || $id)]
[starts-with(@targets, "#shape")]
[matches(@targets, "#shape.*" || $uri || "\.\d+#"|| $id || "$")]
let $maxBase := max( $links ! ./base-uri() )
...
...
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