Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Builder including DTD's

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: Owen Berry <owen.berry AT gmail.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Builder including DTD's
  • Date: Fri, 07 Jan 2005 09:24:37 -0500

Owen Berry wrote:
I was hoping to use XOM to process XIncludes and gave the
XIncludeDriver sample a whirl. I like the simple syntax BTW. The one
problem I had is that when the Builder builds the document it includes
the DTD rather than just keeping the reference to it in place. Is
there some way I can avoid this behaviour?


You haven't provided enough details to be sure, but it sounds like you're encountering a known bug in some parsers. Make sure you're using the latest version of Xerces, not whatever's bundled with the JDK.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page