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 e1bfeb0 commit 7e581c8Copy full SHA for 7e581c8
src/main/xar-resources/modules/view.xql
@@ -18,6 +18,7 @@ declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";
18
declare option output:method "html";
19
declare option output:html-version "5.0";
20
declare option output:media-type "text/html";
21
+declare option output:indent "no";
22
23
declare function local:lookup ($functionName as xs:string, $arity as xs:integer) {
24
function-lookup(xs:QName($functionName), $arity)
0 commit comments