Skip to content

Commit

Permalink
Merge pull request #327 from Edirom/refactor/functx-as-dependency
Browse files Browse the repository at this point in the history
add functx 1.0 as package-dependency
  • Loading branch information
bwbohl authored Jul 11, 2023
2 parents 914ccfd + 3b8a4ab commit a014023
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 2,905 deletions.
1 change: 1 addition & 0 deletions add/data/xql/getAnnotationPreviews.xql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ For LICENSE-Details please refer to the LICENSE file in the root directory of th
@author <a href="mailto:bohl@edirom.de">Benjamin W. Bohl</a>
:)


declare namespace mei = "http://www.music-encoding.org/ns/mei";
declare namespace request = "http://exist-db.org/xquery/request";
declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
Expand Down
2 changes: 1 addition & 1 deletion add/data/xql/getAnnotationsInRendering.xql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ xquery version "3.0";
@author <a href="mailto:roewenstrunk@edirom.de">Daniel Röwenstrunk</a>
:)

import module namespace functx = "http://www.functx.com" at "../xqm/functx-1.0-nodoc-2007-01.xq";
import module namespace functx = "http://www.functx.com";

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

Expand Down
2 changes: 1 addition & 1 deletion add/data/xql/getAnnotationsOnPage.xql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ xquery version "3.1";
: @author <a href="mailto:bohl@edirom.de">Benjamin W. Bohl</a>
:)

import module namespace functx = "http://www.functx.com" at "../xqm/functx-1.0-nodoc-2007-01.xq";
import module namespace functx = "http://www.functx.com";

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

Expand Down
2 changes: 1 addition & 1 deletion add/data/xql/getInternalIdType.xql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ xquery version "1.0";
declare namespace request="http://exist-db.org/xquery/request";
declare namespace mei="http://www.music-encoding.org/ns/mei";

import module namespace functx = "http://www.functx.com" at "../xqm/functx-1.0-nodoc-2007-01.xq";
import module namespace functx = "http://www.functx.com";

declare option exist:serialize "method=text media-type=text/plain omit-xml-declaration=yes";

Expand Down
2 changes: 1 addition & 1 deletion add/data/xql/getMeasure.xql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ declare namespace xlink="http://www.w3.org/1999/xlink";

declare namespace xmldb="http://exist-db.org/xquery/xmldb";

import module namespace functx = "http://www.functx.com" at "../xqm/functx-1.0-nodoc-2007-01.xq";
import module namespace functx = "http://www.functx.com";

declare option exist:serialize "method=text media-type=text/plain omit-xml-declaration=yes";

Expand Down
Loading

0 comments on commit a014023

Please sign in to comment.