Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] xerces version problems with XML1_0ParserConfiguration

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <whoschek AT lbl.gov>
  • To: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] xerces version problems with XML1_0ParserConfiguration
  • Date: Mon, 02 Feb 2004 16:12:33 -0800

Thanks for the quick fix. I checked it out with xerces-2.3.0 and it solves the problem.
Wolfgang.

Elliotte Rusty Harold wrote:
I've checked a fix for this problem into CVS. Please check it out and let me know if it works for you.

What I ended up doing was checking the version of Xerces in the Builder class's static block and only setting the ParserConfiguration to my custom configuration if the version was 2.4 or later. 2.4 was the first version of Xerces-J that turned on XML 1.1 by default.







Archive powered by MHonArc 2.6.24.

Top of Page