Skip to content

Commit

Permalink
order imports and declarations
Browse files Browse the repository at this point in the history
according to the Style Guide
  • Loading branch information
peterstadler committed Nov 10, 2024
1 parent 0ad3949 commit cc547a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion add/data/xqm/edition.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ module namespace edition = "http://www.edirom.de/xquery/edition";
(: IMPORTS ================================================================= :)

import module namespace functx="http://www.functx.com";

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

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

declare namespace edirom = "http://www.edirom.de/ns/1.3";
declare namespace xlink = "http://www.w3.org/1999/xlink";
declare namespace util = "http://exist-db.org/xquery/util";
declare namespace xlink = "http://www.w3.org/1999/xlink";

(: VARIABLE DECLARATIONS =================================================== :)

Expand Down

0 comments on commit cc547a6

Please sign in to comment.