summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-04-06 12:58:06 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-04-06 12:58:06 +0000
commitd122a2c6102a577fc6a2a3412e9f270dc4f78eba (patch)
treedc173b8c55a6b723c66c8885a2e1954dcd39e59f /doc
parentf3e08e7590996d399f017b3e896c69fb8b80f776 (diff)
downloadlibxslt-d122a2c6102a577fc6a2a3412e9f270dc4f78eba.tar.gz
libxslt-d122a2c6102a577fc6a2a3412e9f270dc4f78eba.tar.bz2
libxslt-d122a2c6102a577fc6a2a3412e9f270dc4f78eba.zip
Update with patch from Daniel Leidert, daniel
Diffstat (limited to 'doc')
-rw-r--r--doc/xsltproc.135
-rw-r--r--doc/xsltproc.xml129
2 files changed, 114 insertions, 50 deletions
diff --git a/doc/xsltproc.1 b/doc/xsltproc.1
index f299d719..f506946e 100644
--- a/doc/xsltproc.1
+++ b/doc/xsltproc.1
@@ -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"
diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml
index 8de1a70b..b1fa4861 100644
--- a/doc/xsltproc.xml
+++ b/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">