Skip to content

Commit

Permalink
remove unnecessary serialization options
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Sep 10, 2024
1 parent 0a059ec commit 39e22fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions add/controller.xql
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ declare namespace exist="http://exist.sourceforge.net/NS/exist";
declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
declare namespace request="http://exist-db.org/xquery/request";

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

declare option output:media-type "application/xhtml+html";
declare option output:method "xhtml";

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

declare variable $exist:path external;
Expand Down

0 comments on commit 39e22fe

Please sign in to comment.