summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2020-09-20 16:59:05 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2020-09-20 16:59:05 +0200
commit9d0318519ac8991398b99be0567860d4fecc4dd1 (patch)
tree8c177beeaf8b649f8d6223a551188b7dcf01ea0f
parent1ca66bf406e259bf230e57396b273da91e2c5632 (diff)
downloadlibxslt-9d0318519ac8991398b99be0567860d4fecc4dd1.tar.gz
Add missing options to man page
-rw-r--r--doc/xsltproc.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml
index 08fc3e97..8b78693e 100644
--- a/doc/xsltproc.xml
+++ b/doc/xsltproc.xml
@@ -70,6 +70,10 @@
<arg choice="plain"><option>--novalid</option></arg>
<arg choice="plain"><option>--noout</option></arg>
<arg choice="plain"><option>--maxdepth <replaceable class="option">VALUE</replaceable></option></arg>
+ <arg choice="plain"><option>--maxvars <replaceable class="option">VALUE</replaceable></option></arg>
+ <arg choice="plain"><option>--maxparserdepth <replaceable class="option">VALUE</replaceable></option></arg>
+ <arg choice="plain"><option>--huge</option></arg>
+ <arg choice="plain"><option>--seed-rand <replaceable class="option">VALUE</replaceable></option></arg>
<arg choice="plain"><option>--html</option></arg>
<arg choice="plain"><option>--encoding
<replaceable class="option">ENCODING</replaceable>
@@ -87,6 +91,7 @@
<arg choice="plain"><option>--load-trace</option></arg>
<arg choice="plain"><option>--catalogs</option></arg>
<arg choice="plain"><option>--xinclude</option></arg>
+ <arg choice="plain"><option>--xincludestyle</option></arg>
<arg choice="plain">
<group choice="opt">
<arg choice="plain"><option>--profile</option></arg>
@@ -209,6 +214,34 @@
</varlistentry>
<varlistentry>
+ <term><option>--maxvars <replaceable>VALUE</replaceable></option></term>
+ <listitem>
+ <para>Maximum number of variables. The default is 15000.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--maxparserdepth <replaceable>VALUE</replaceable></option></term>
+ <listitem>
+ <para>Maximum element nesting level of parsed XML documents. The default is 256.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--huge</option></term>
+ <listitem>
+ <para>Relax hardcoded limits of the XML parser by setting the XML_PARSE_HUGE parser option.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--seed-rand <replaceable>VALUE</replaceable></option></term>
+ <listitem>
+ <para>Initialize pseudo random number generator with specific seed.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--nodtdattr</option></term>
<listitem>
<para>
@@ -413,6 +446,13 @@ the XPath expression must be UTF-8 encoded.
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--xincludestyle</option></term>
+ <listitem>
+ <para>Process the stylesheet with XInclude.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>