I think I will download the source to 2.1 and see if I can integrate it.

Thanks for the help!

The sourceWritingTransformer in 2.1 is quite different to the one in 2.0.4. I don't
know whether it is 'back-compatible', or whether you'd have to upgrade your app
to 2.1. You could at least give it a go. From looking at the code, I see lots of
message="some kind of text "+ pe, where pe is a processingException, which
means that your exception text will make it into the ougoing SAX stream, which is
what you want.


Alternatively, hack the 2.0.4 SourceWritingTransformer to do what you want.

Hope that doesn't cause too many headaches!

Regards, Upayavira

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to