File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
src/main/xar-resources/data/xquery Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 607
607
</listitem >
608
608
</varlistentry >
609
609
<varlistentry >
610
- <term > <literal >expand-xincludes : ( boolean )</literal > </term >
610
+ <term > <literal >output-doctype : ( "yes" | "no" )</literal > </term >
611
+ <listitem >
612
+ <para >Serializes the document's Document Type Declaration if one is present.</para >
613
+ </listitem >
614
+ </varlistentry >
615
+ <varlistentry >
616
+ <term > <literal >expand-xincludes : ( "yes" | "no" )</literal > </term >
611
617
<listitem >
612
618
<para >Must the serializer expand XInclude elements?</para >
613
619
</listitem >
624
630
</listitem >
625
631
</varlistentry >
626
632
<varlistentry >
627
- <term > <literal >process-xsl-pi : ( boolean )</literal > </term >
633
+ <term > <literal >process-xsl-pi : ( "yes" | "no" )</literal > </term >
628
634
<listitem >
629
635
<para >If a document is serialized and it has an XSL processing instruction,
630
636
eXist-db can try to load the referenced stylesheet and apply it to the
641
647
</listitem >
642
648
</varlistentry >
643
649
<varlistentry >
644
- <term > <literal >json-ignore-whitespace-text-nodes : ( boolean )</literal > </term >
650
+ <term > <literal >json-ignore-whitespace-text-nodes : ( "yes" | "no" )</literal > </term >
645
651
<listitem >
646
652
<para >To discard white-space text nodes when serializing XML/XDM to
647
653
JSON.</para >
648
654
</listitem >
649
655
</varlistentry >
650
656
<varlistentry >
651
- <term > <literal >insert-final-newline : ( boolean )</literal > </term >
657
+ <term > <literal >insert-final-newline : ( "yes" | "no" )</literal > </term >
652
658
<listitem >
653
659
<para >Add a final newline at the end of an XML or JSON document. This is
654
660
especially useful when serializing to a git repository.</para >
You can’t perform that action at this time.
0 commit comments