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 d8045cd commit 758d188Copy full SHA for 758d188
src/main/xar-resources/modules/view.xql
@@ -11,7 +11,8 @@ import module namespace app="http://exist-db.org/xquery/app" at "app.xql";
11
12
declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";
13
14
-declare option output:method "html5";
+declare option output:method "html";
15
+declare option output:html-version "5.0";
16
declare option output:media-type "text/html";
17
18
declare function local:lookup ($func as xs:string, $arity as xs:integer) as function(*)? {
0 commit comments