1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Update with patch from Daniel Leidert, daniel

This commit is contained in:
Daniel Veillard
2006-04-06 12:58:06 +00:00
parent f3e08e7590
commit d122a2c610
2 changed files with 114 additions and 50 deletions

View File

@ -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"