mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-01 14:06:55 +03:00
Update with patch from Daniel Leidert, daniel
This commit is contained in:
@ -191,7 +191,40 @@ default catalog.
|
|||||||
.SH "DIAGNOSTICS"
|
.SH "DIAGNOSTICS"
|
||||||
.PP
|
.PP
|
||||||
\fBxsltproc\fR's return codes provide information that can be used when calling it from scripts.
|
\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
|
.PP
|
||||||
\fBlibxslt\fR(3)
|
\fBlibxslt\fR(3)
|
||||||
.SH "AUTHOR"
|
.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
|
&xsltproc;'s return codes provide information that can be used when
|
||||||
calling it from scripts.
|
calling it from scripts.
|
||||||
</para>
|
</para>
|
||||||
<segmentedlist>
|
<variablelist>
|
||||||
<!-- <title>Error codes</title> -->
|
|
||||||
<segtitle>Errorcode</segtitle>
|
<varlistentry>
|
||||||
<segtitle>Error</segtitle>
|
<term><errorcode>0</errorcode></term>
|
||||||
<seglistitem>
|
<listitem>
|
||||||
<seg><errorcode>0</errorcode></seg>
|
<para>No error (normal operation)</para>
|
||||||
<seg>No error</seg>
|
</listitem>
|
||||||
</seglistitem>
|
</varlistentry>
|
||||||
<seglistitem>
|
|
||||||
<seg><errorcode>1</errorcode></seg>
|
<varlistentry>
|
||||||
<seg>No argument</seg>
|
<term><errorcode>1</errorcode></term>
|
||||||
</seglistitem>
|
<listitem>
|
||||||
<seglistitem>
|
<para>No argument</para>
|
||||||
<seg><errorcode>2</errorcode></seg>
|
</listitem>
|
||||||
<seg>Too many parameters</seg>
|
</varlistentry>
|
||||||
</seglistitem>
|
|
||||||
<seglistitem>
|
<varlistentry>
|
||||||
<seg><errorcode>3</errorcode></seg>
|
<term><errorcode>2</errorcode></term>
|
||||||
<seg>Unknown option</seg>
|
<listitem>
|
||||||
</seglistitem>
|
<para>Too many parameters</para>
|
||||||
<seglistitem>
|
</listitem>
|
||||||
<seg><errorcode>4</errorcode></seg>
|
</varlistentry>
|
||||||
<seg>Failed to parse the stylesheet</seg>
|
|
||||||
</seglistitem>
|
<varlistentry>
|
||||||
<seglistitem>
|
<term><errorcode>3</errorcode></term>
|
||||||
<seg><errorcode>5</errorcode></seg>
|
<listitem>
|
||||||
<seg>Error in the stylesheet</seg>
|
<para>Unknown option</para>
|
||||||
</seglistitem>
|
</listitem>
|
||||||
<seglistitem>
|
</varlistentry>
|
||||||
<seg><errorcode>6</errorcode></seg>
|
|
||||||
<seg>Error in one of the documents</seg>
|
<varlistentry>
|
||||||
</seglistitem>
|
<term><errorcode>4</errorcode></term>
|
||||||
<seglistitem>
|
<listitem>
|
||||||
<seg><errorcode>7</errorcode></seg>
|
<para>Failed to parse the stylesheet</para>
|
||||||
<seg>Unsupported xsl:output method</seg>
|
</listitem>
|
||||||
</seglistitem>
|
</varlistentry>
|
||||||
<seglistitem>
|
|
||||||
<seg><errorcode>8</errorcode></seg>
|
<varlistentry>
|
||||||
<seg>String parameter contains both quote and double-quotes</seg>
|
<term><errorcode>5</errorcode></term>
|
||||||
</seglistitem>
|
<listitem>
|
||||||
<seglistitem>
|
<para>Error in the stylesheet</para>
|
||||||
<seg><errorcode>9</errorcode></seg>
|
</listitem>
|
||||||
<seg>Internal processing error</seg>
|
</varlistentry>
|
||||||
</seglistitem>
|
|
||||||
<seglistitem>
|
<varlistentry>
|
||||||
<seg><errorcode>10</errorcode></seg>
|
<term><errorcode>6</errorcode></term>
|
||||||
<seg>Processing was stopped by a terminating message</seg>
|
<listitem>
|
||||||
</seglistitem>
|
<para>Error in one of the documents</para>
|
||||||
</segmentedlist>
|
</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>
|
||||||
|
|
||||||
<refsect1 id="seealso">
|
<refsect1 id="seealso">
|
||||||
|
Reference in New Issue
Block a user