mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
Update with patch from Daniel Leidert, daniel
This commit is contained in:
@ -191,7 +191,40 @@ default catalog.
|
||||
.SH "DIAGNOSTICS"
|
||||
.PP
|
||||
\fBxsltproc\fR's return codes provide information that can be used when calling it from scripts.
|
||||
Errorcode: \fB0\fRError: No errorErrorcode: \fB1\fRError: No argumentErrorcode: \fB2\fRError: Too many parametersErrorcode: \fB3\fRError: Unknown optionErrorcode: \fB4\fRError: Failed to parse the stylesheetErrorcode: \fB5\fRError: Error in the stylesheetErrorcode: \fB6\fRError: Error in one of the documentsErrorcode: \fB7\fRError: Unsupported xsl:output methodErrorcode: \fB8\fRError: String parameter contains both quote and double\-quotesErrorcode: \fB9\fRError: Internal processing errorErrorcode: \fB10\fRError: Processing was stopped by a terminating message.SH "SEE ALSO"
|
||||
.TP
|
||||
\fB0\fR
|
||||
No error (normal operation)
|
||||
.TP
|
||||
\fB1\fR
|
||||
No argument
|
||||
.TP
|
||||
\fB2\fR
|
||||
Too many parameters
|
||||
.TP
|
||||
\fB3\fR
|
||||
Unknown option
|
||||
.TP
|
||||
\fB4\fR
|
||||
Failed to parse the stylesheet
|
||||
.TP
|
||||
\fB5\fR
|
||||
Error in the stylesheet
|
||||
.TP
|
||||
\fB6\fR
|
||||
Error in one of the documents
|
||||
.TP
|
||||
\fB7\fR
|
||||
Unsupported xsl:output method
|
||||
.TP
|
||||
\fB8\fR
|
||||
String parameter contains both quote and double\-quotes
|
||||
.TP
|
||||
\fB9\fR
|
||||
Internal processing error
|
||||
.TP
|
||||
\fB10\fR
|
||||
Processing was stopped by a terminating message
|
||||
.SH "SEE ALSO"
|
||||
.PP
|
||||
\fBlibxslt\fR(3)
|
||||
.SH "AUTHOR"
|
||||
|
129
doc/xsltproc.xml
129
doc/xsltproc.xml
@ -439,55 +439,86 @@
|
||||
&xsltproc;'s return codes provide information that can be used when
|
||||
calling it from scripts.
|
||||
</para>
|
||||
<segmentedlist>
|
||||
<!-- <title>Error codes</title> -->
|
||||
<segtitle>Errorcode</segtitle>
|
||||
<segtitle>Error</segtitle>
|
||||
<seglistitem>
|
||||
<seg><errorcode>0</errorcode></seg>
|
||||
<seg>No error</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>1</errorcode></seg>
|
||||
<seg>No argument</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>2</errorcode></seg>
|
||||
<seg>Too many parameters</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>3</errorcode></seg>
|
||||
<seg>Unknown option</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>4</errorcode></seg>
|
||||
<seg>Failed to parse the stylesheet</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>5</errorcode></seg>
|
||||
<seg>Error in the stylesheet</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>6</errorcode></seg>
|
||||
<seg>Error in one of the documents</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>7</errorcode></seg>
|
||||
<seg>Unsupported xsl:output method</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>8</errorcode></seg>
|
||||
<seg>String parameter contains both quote and double-quotes</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>9</errorcode></seg>
|
||||
<seg>Internal processing error</seg>
|
||||
</seglistitem>
|
||||
<seglistitem>
|
||||
<seg><errorcode>10</errorcode></seg>
|
||||
<seg>Processing was stopped by a terminating message</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
<variablelist>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>0</errorcode></term>
|
||||
<listitem>
|
||||
<para>No error (normal operation)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>1</errorcode></term>
|
||||
<listitem>
|
||||
<para>No argument</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>2</errorcode></term>
|
||||
<listitem>
|
||||
<para>Too many parameters</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>3</errorcode></term>
|
||||
<listitem>
|
||||
<para>Unknown option</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>4</errorcode></term>
|
||||
<listitem>
|
||||
<para>Failed to parse the stylesheet</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>5</errorcode></term>
|
||||
<listitem>
|
||||
<para>Error in the stylesheet</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>6</errorcode></term>
|
||||
<listitem>
|
||||
<para>Error in one of the documents</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>7</errorcode></term>
|
||||
<listitem>
|
||||
<para>Unsupported xsl:output method</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>8</errorcode></term>
|
||||
<listitem>
|
||||
<para>String parameter contains both quote and double-quotes</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>9</errorcode></term>
|
||||
<listitem>
|
||||
<para>Internal processing error</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><errorcode>10</errorcode></term>
|
||||
<listitem>
|
||||
<para>Processing was stopped by a terminating message</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id="seealso">
|
||||
|
Reference in New Issue
Block a user