Skip to content

Commit

Permalink
Fixing merge error: dpuble namepace import
Browse files Browse the repository at this point in the history
  • Loading branch information
Silke Reich committed Dec 16, 2024
1 parent ebc5a39 commit ed77cb1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions add/data/xql/getLinkTarget.xql
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ declare namespace tei = "http://www.tei-c.org/ns/1.0";

(: OPTION DECLARATIONS ===================================================== :)

import module namespace functx = "http://www.functx.com";
import module namespace request = "http://exist-db.org/xquery/request";
import module namespace xmldb = "http://exist-db.org/xquery/xmldb";
import module namespace console = "http://exist-db.org/xquery/console";

import module namespace eutil = "http://www.edirom.de/xquery/util" at "../xqm/util.xqm";
import module namespace source = "http://www.edirom.de/xquery/source" at "../xqm/source.xqm";
import module namespace teitext = "http://www.edirom.de/xquery/teitext" at "../xqm/teitext.xqm";
import module namespace work = "http://www.edirom.de/xquery/work" at "../xqm/work.xqm";

declare option output:method "json";
declare option output:media-type "application/json";

Expand Down Expand Up @@ -67,7 +57,6 @@ declare function local:getView($type as xs:string, $docUri as xs:string, $doc as

(: whether to set the view as default view:)
let $defaultViewed.map :=
mei_sourceView',
if ($type = (
'mei_sourceView',
'mei_audioView',
Expand Down

0 comments on commit ed77cb1

Please sign in to comment.