Yes and probably is going to be the best decision since hard-code isn't getting me anywhere.
Thanks On Mon, Apr 28, 2008 at 10:33 PM, David Bertoni <[EMAIL PROTECTED]> wrote: > 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 >
