[libxslt] Add missing options to man page



commit 9d0318519ac8991398b99be0567860d4fecc4dd1
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Sun Sep 20 16:59:05 2020 +0200

    Add missing options to man page

 doc/xsltproc.xml | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
---
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>
@@ -208,6 +213,34 @@
        </listitem>
                </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>
@@ -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>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]