Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] building CVS on JDK 1.4 / knownGoodParser

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: Wolfgang Hoschek <whoschek AT lbl.gov>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] building CVS on JDK 1.4 / knownGoodParser
  • Date: Wed, 18 Aug 2004 06:34:32 -0400

At 12:36 AM -0700 8/18/04, Wolfgang Hoschek wrote:
For xom-1.0b2:

- To get CVS to build on JDK 1.4 it seems one needs to add failonerror="no" to the compile target of build.xml (since the file isn't there):

<copy failonerror="no" file="classes15/nu/xom/JDK15XML1_0Parser.class" tofile="${build.dest}/nu/xom/JDK15XML1_0Parser.class"/>

I'll consider doing that. However, the current procedure is to first "ant compile15" using Java 1.5 to generate JDK15XML1_0Parser.class and then "ant compile".

- Out of curiousity, what's the problem that makes xerces >= 2.4 not to be trusted as a good parser? Does the same problem exist in the JDK 1.5 internal xerces?

These parsers allow XML 1.1 documents that XOM does not support.
--

Elliotte Rusty Harold
elharo AT metalab.unc.edu
Effective XML (Addison-Wesley, 2003)
http://www.cafeconleche.org/books/effectivexml
http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA




Archive powered by MHonArc 2.6.24.

Top of Page