Index: doc/xsltproc.xml =================================================================== RCS file: /cvs/gnome/libxslt/doc/xsltproc.xml,v retrieving revision 1.23 diff -u -r1.23 xsltproc.xml --- doc/xsltproc.xml 6 Apr 2006 08:17:32 -0000 1.23 +++ doc/xsltproc.xml 6 Apr 2006 12:41:58 -0000 @@ -439,55 +439,86 @@ &xsltproc;'s return codes provide information that can be used when calling it from scripts. - - - Errorcode - Error - - 0 - No error - - - 1 - No argument - - - 2 - Too many parameters - - - 3 - Unknown option - - - 4 - Failed to parse the stylesheet - - - 5 - Error in the stylesheet - - - 6 - Error in one of the documents - - - 7 - Unsupported xsl:output method - - - 8 - String parameter contains both quote and double-quotes - - - 9 - Internal processing error - - - 10 - Processing was stopped by a terminating message - - + + + + 0 + + No error (normal operation) + + + + + 1 + + No argument + + + + + 2 + + Too many parameters + + + + + 3 + + Unknown option + + + + + 4 + + Failed to parse the stylesheet + + + + + 5 + + Error in the stylesheet + + + + + 6 + + Error in one of the documents + + + + + 7 + + Unsupported xsl:output method + + + + + 8 + + String parameter contains both quote and double-quotes + + + + + 9 + + Internal processing error + + + + + 10 + + Processing was stopped by a terminating message + + + +