I have a system doing the following:
SAX Pipe(input) -> SAXSource -> Xalan -> SAXResult -> SAX Pipe(output)
If I get an exception in the SAX Pipe(output), I want to pass a SAXException back down the program stack. Xalan currently swallows my SAXExceptions. Does anyone know of a feature that I can set so that Xalan will report output errors to an errorhandler?
SAX Pipe(input) -> SAXSource -> Xalan -> SAXResult -> SAX Pipe(output)
If I get an exception in the SAX Pipe(output), I want to pass a SAXException back down the program stack. Xalan currently swallows my SAXExceptions. Does anyone know of a feature that I can set so that Xalan will report output errors to an errorhandler?