Skip to content

Commit

Permalink
deleted unused namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbohl committed Sep 30, 2014
1 parent bc564e2 commit 21c635b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/create.xql
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,12 @@ xquery version "3.0";
(: import relevant eXist-db modules :)
import module namespace request="http://exist-db.org/xquery/request";
import module namespace xmldb="http://exist-db.org/xquery/xmldb";
import module namespace system="http://exist-db.org/xquery/system";
import module namespace config="http://www.edirom.de/tools/eXanore/config" at "config.xqm";
import module namespace xqjson="http://xqilla.sourceforge.net/lib/xqjson";
import module namespace exanoreParam="http://www.eXanore.com/param" at "params.xqm";

(: declare namespaces :)
declare namespace eX = "htp://www.edirom.de/ns/eXanore";
declare namespace mei = "http://www.music-encoding.org/ns/mei";
declare namespace expath="http://expath.org/ns/pkg";
declare namespace repo="http://exist-db.org/xquery/repo";

(: set serialization options :)
declare option exist:serialize "method=text media-type=text/plain";
Expand Down

0 comments on commit 21c635b

Please sign in to comment.