I would like convert a String into SAX events into my transformer.

In my enddocument method i wrote :

super.character(my_String.toCharArray(), 0, myString.length());

But I don't want that because it spit text in my browser.
I want my String to be decomposed into elements and text.


Is there a way to do that ?


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to