Exit with non-zero exit status if XProc processing yielded an error
A Java implementation of XProc: An XML Pipeline Language
Status: Abandoned
Brought to you by:
xml-project-com
MorganaXProc should exit with a non-zero exit status when the pipeline processing yielded an xproc-level error. It would probably make sense to choose different exit codes for xproc parsing and processor errors and pipeline processing errors. Also, to adhere to Unix conventions, the exit status should be a small positive number (e.g. 0 => no error, 1 => pipeline processing error, 2 => xproc level error).
See MorganaXProc 1.0.6