Skip to content
Snippets Groups Projects
Commit afacc3cb authored by Nikolaos Beer's avatar Nikolaos Beer
Browse files

Fix for Edirom/Edirom-Online#309

parent 0b6f8c80
No related branches found
No related tags found
No related merge requests found
xquery version "3.0";
xquery version "3.1";
(:
Edirom Online
Copyright (C) 2011 The Edirom Project
......@@ -69,7 +69,7 @@ declare function edition:getWorkUris($uri as xs:string) as xs:string* {
:)
declare function edition:getLanguageFileURI($uri as xs:string, $lang as xs:string) as xs:string {
string(doc($uri)//edirom:language[@xml:lang eq $lang]/@xlink:href)
doc($uri)//edirom:language[@xml:lang eq $lang]/@xlink:href => string()
};
(:~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment