Skip to content
Snippets Groups Projects

Create new aramaic on website

Merged Michelle Weidling requested to merge create-new-aramaic-on-website into develop
All threads resolved!
Compare and Show latest version
6 files
+ 89
28
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -111,7 +111,7 @@ declare function san:make-items-for-TEI($teixml-uri as xs:string,
declare function local:determine-manifest($teixml-uri as xs:string) {
for $doc in collection($commons:agg) return
if (matches($doc//ore:aggregates/@rdf:resource, $teixml-uri)) then
if (contains($doc//ore:aggregates/@rdf:resource, $teixml-uri)) then
commons:extract-uri-from-base-uri(base-uri($doc))
else
()
Loading