A quick question in case someone experienced the same problem. If I configure a XalanTransformer with an error handler and if I compile a stylesheet, any errors in the stylesheet are reported through the error handler. In Xalan 1.3, the return of the compileStylesheet operation was also different from 0 (success) in case any errors were reported through the error handler. In Xalan 1.4, it seems that even if some errors are reported through the error handler, the return of the compileStylesheet is set to 0 (success). Is it an expected behavior change or should I investigate a little more to make sure that I am not doing anything wrong?
Thanks. Thomas