diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-09-13 11:22:02 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-09-13 11:22:02 +0900 |
commit | aee72dbc8a3bc08ead76cb808ffa332aa413f2d7 (patch) | |
tree | 14ed1a05c3f7c738934b3381991948def269b7e4 /doc/xsltproc.xml | |
parent | 478150ad4e1d828cd9a7e500314d1dd2a273b73e (diff) | |
download | libxslt-aee72dbc8a3bc08ead76cb808ffa332aa413f2d7.tar.gz libxslt-aee72dbc8a3bc08ead76cb808ffa332aa413f2d7.tar.bz2 libxslt-aee72dbc8a3bc08ead76cb808ffa332aa413f2d7.zip |
Imported Upstream version 1.1.35upstream/1.1.35
Diffstat (limited to 'doc/xsltproc.xml')
-rw-r--r-- | doc/xsltproc.xml | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml index 08fc3e97..b409192a 100644 --- a/doc/xsltproc.xml +++ b/doc/xsltproc.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" - href="http://cdn.docbook.org/release/xsl/current//manpages/docbook.xsl"?> + href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ @@ -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> @@ -559,7 +599,7 @@ the XPath expression must be UTF-8 encoded. <para><citerefentry> <refentrytitle>libxml</refentrytitle> <manvolnum>3</manvolnum> - </citerefentry> web page <ulink url="http://www.xmlsoft.org/"/> + </citerefentry> web page <ulink url="https://gitlab.gnome.org/GNOME/libxslt"/> </para> </listitem> <listitem> |