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

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 Nmero de identificao: and nmero de identificacin. 2) I am

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 Tree,