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
SADE
SADE
Commits
ce355a01
Commit
ce355a01
authored
May 03, 2017
by
Mathias Goebel
Browse files
harder tble rendering
parent
72a3bb41
Changes
2
Hide whitespace changes
Inline
Side-by-side
dist-utils/antbuild/build.xml
View file @
ce355a01
...
...
@@ -40,8 +40,8 @@
<property
name=
"fontane.sadeproject.git"
value=
"https://gitlab.gwdg.de/fontane-notizbuecher/SADE-Project.git"
/>
<property
name=
"fontane.sadeproject.git.branch"
value=
"develop"
/>
<property
name=
"fontane.sadeproject.dest"
value=
"${build.dir}/fontane"
/>
<property
name=
"fontane.sadeproject.target"
value=
"f
ull
"
/>
<!-- ^
fastdeploy | full
-->
<property
name=
"fontane.sadeproject.target"
value=
"f
astdeploy
"
/>
<!-- ^
valid parameter is "fastdeploy", anything else triggers a complete import
-->
<!-- build with rdf indexer? -->
<property
name=
"rdf"
value=
"false"
/>
...
...
src/modules/multiviewer/fontane.xqm
View file @
ce355a01
...
...
@@ -1806,11 +1806,10 @@ or
)
};
declare function fontaneTransfo:newestTBLELink($uri as xs:string, $id as xs:string) as
element(tei:link
) {
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 || "\.")]
[matches(@targets, "#" || $id || "$" )]
[matches(@targets, $uri || "\.\d+#" || $id)]
[starts-with(@targets, "#shape")]
let $maxBase := max( $links ! ./base-uri() )
...
...
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