Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Known parsers

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Known parsers
  • Date: Tue, 20 Nov 2007 08:11:20 -0500

Wolfgang Hoschek wrote:
Even though it has no effect on the OOM discussed in another thread, I think it would be nice if Builder.setupParser() would recognize xerces-2.9.x and the JDK-1.6 xerces flavour by adding the following to the list of its known parsers:

"org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser", // xerces-2.9.x
"com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl $JAXPSAXParser", // JDK 1.6


Agreed. I'll put this on the list of things to do. Shouldn't take long. Maybe I can get a full day together before the end of the year to wrap up a lot of easy requests like this one and push 1.2 out the door.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/




Archive powered by MHonArc 2.6.24.

Top of Page