Nuno Ferreira wrote:
The problem is that i want to put in a string a slightly different XML,
therefore the method writeToString doesn't work for me. Basically my
application has an XML for users and an deviated XML version for the machine
to work with. So basically my application has to manually translate the XML
for users.
Have you considered using an XSLT stylesheet to accomplish this? It would certainly be more flexible than a hard-coded SAX solution.

Dave

Reply via email to