We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b23c0 commit 3967761Copy full SHA for 3967761
src/main/xar-resources/modules/view.xql
@@ -14,6 +14,7 @@ declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";
14
declare option output:method "html";
15
declare option output:html-version "5.0";
16
declare option output:media-type "text/html";
17
+declare option output:indent "no";
18
19
declare function local:lookup ($func as xs:string, $arity as xs:integer) as function(*)? {
20
function-lookup(xs:QName($func), $arity)
0 commit comments