You want to create a String from SAX events with your transformer and then send it to the next component?
A transformer take SAX events on entry and return SAX events (using the SAX methods).
But I you don't want to use the SAX methods, you can extends your transformer from AbstractDOMTransformer (create a DOM from SAX events) and then parse the DOM to send it the the next component pipeline.
Lionel
At 14:10 17/06/2003 -0400, you wrote:
Hi everyone,
I am creating my own transformer which extends abstractSAXTransformer. In the end I am left with a string of XML data. Is there a simple way to send this data in a SAX event to the next pipeline component? I do not want to have to parse it and send StartEvents, textEvents and endEvents.
The answer is probably simple, I just can not seem to find it myself.
Thanks, Dave
--------------------------------------------------------------------- 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]