Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
the latest change in 4247d58 did not update the module imports
  • Loading branch information
peterstadler committed Jan 8, 2025
1 parent 22b7859 commit 2d6ceeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions add/data/xql/getAnnotationsInText.xql
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ xquery version "3.1";
@author <a href="mailto:roewenstrunk@edirom.de">Daniel Röwenstrunk</a>
:)

(: IMPORTS ================================================================= :)

import module namespace edition = "http://www.edirom.de/xquery/edition" at "../xqm/edition.xqm";

(: NAMESPACE DECLARATIONS ================================================== :)

declare namespace ft = "http://exist-db.org/xquery/lucene";
Expand All @@ -17,8 +21,6 @@ declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
declare namespace request = "http://exist-db.org/xquery/request";
declare namespace xlink = "http://www.w3.org/1999/xlink";
declare namespace xmldb = "http://exist-db.org/xquery/xmldb";
import module namespace eutil = "http://www.edirom.de/xquery/eutil" at "../xqm/eutil.xqm";


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

Expand Down

0 comments on commit 2d6ceeb

Please sign in to comment.