Re: Still need DOM Tree processing?

2004-07-06 Thread Jeremias Maerki
A bit late to react but I'm not 100% happy with moving the two classes into apps. I was a bit surprised at the time you introduced the DOM example because the same functionality could be provided via JAXP: Using a DOMSource and a SAXResult with an identity transformer. The examples were meant to sh

XMLParser error with unicode characters in XML file.

2004-07-06 Thread Manoj_Nair
I am getting a XML parsing error from weblogic.apache.xerces when I parse a XML document which contains accented characters. This is what I am doing 1) Some database columns have accented data for spanish,japanese etc languages like NÃmero de identificaÃÃo: and nÃmero de identificaciÃn. 2) I am r

Re: Still need DOM Tree processing?

2004-07-06 Thread Glen Mazza
--- Jeremias Maerki <[EMAIL PROTECTED]> wrote: > > Using > a DOMSource and a SAXResult with an identity > transformer. > Do we already have an example for this one? I'm not sure of what you mean--are you saying that Manuel can continue doing exactly what he's doing (slurping a FO file into a DOM