Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] can xom help with theses two problems

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Cormac Blackwell" <cormac.blackwell AT gmail.com>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] can xom help with theses two problems
  • Date: Wed, 21 Jun 2006 16:47:20 +0100

2. We get given DOCTYPE declarations that do not point to a correct DTD.
This breaks XOM even though we ask for a non validating parser.


Set the "http://apache.org/xml/features/nonvalidating/load-external-dtd";
feature to false if you are using xerces.

Cormac B.




Archive powered by MHonArc 2.6.24.

Top of Page