Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] dtd problems

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: luca <passani AT eunet.no>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] dtd problems
  • Date: Sun, 19 Sep 2004 21:00:28 -0400

It seems likely that you had a temporary DNS glitch that prevented the parser from downloading the remote DTD. If you control the documents you're parsing, replace the reference to wapforum.org with a local copy of your DTD. If you don't control the documents you're parsing, you could use a SAX EntityResolver such as Norm Walsh's catalog filter to do this for you. Native XOM catalog support is on the TODO list for sometime post-1.0.


--
Elliotte Rusty Harold
elharo AT metalab.unc.edu




Archive powered by MHonArc 2.6.24.

Top of Page