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

Fix for Edirom/Edirom-Online#309

parent c7d1b39c
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
doc($uri)//edirom:language[@xml:lang eq $lang]/string(@xlink:href)
string(doc($uri)//edirom:language[@xml:lang eq $lang]/@xlink:href)
};
(:~
......
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