You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lionel Crine <cr...@4dconcept.fr> on 2003/02/05 17:34:33 UTC

convert String into Sax events into my own transformer

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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>