diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-01-20 13:17:50 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-01-20 13:17:50 +0000 |
commit | 14a94c143867e6225236af640696888b4e98ac89 (patch) | |
tree | b53d03b36f4a3eff30f45a18db7b289c963bd5d9 /doc/xsltproc.xml | |
parent | 622543d7b3977bd66493fdb17cc7a0e132da5cef (diff) | |
download | libxslt-14a94c143867e6225236af640696888b4e98ac89.tar.gz libxslt-14a94c143867e6225236af640696888b4e98ac89.tar.bz2 libxslt-14a94c143867e6225236af640696888b4e98ac89.zip |
Fixed RH bug #57496, xsltproc was not returning error code on internal
* doc/xsltproc.xml libxslt/xsltutils.c xsltproc/xsltproc.c:
Fixed RH bug #57496, xsltproc was not returning error
code on internal runtime errors. Should return 9 now.
Daniel
Diffstat (limited to 'doc/xsltproc.xml')
-rw-r--r-- | doc/xsltproc.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml index 208ac72b..3106a063 100644 --- a/doc/xsltproc.xml +++ b/doc/xsltproc.xml @@ -317,6 +317,7 @@ <para>6: error in one of the documents</para> <para>7: unsupported xsl:output method</para> <para>8: string parameter contains both quote and double-quotes</para> + <para>9: internal processing error</para> </refsect1> |