Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XOM and Catalogs

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Michael Abato <mrabato AT earthlink.net>
  • To: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] XOM and Catalogs
  • Date: Tue, 22 Mar 2005 12:40:53 -0500

It's the JDK-included parser that's causing the failure. I'd gotten sloppy in my dev environments because (apparently) the included parser was "good enough" and I didn't notice. FWIW, the JDK 1.5 included parser fails the same way.

1.1d4 was the last build to work with the resolver/included parser combination, if you have any interest in being friendly to the included parser(s). I certainly understand why you might not, but since the change is localized to the d4-d5 builds, it may be low hanging fruit.

Thanks for the quick feedback!

Michael Abato

On Mar 22, 2005, at 10:59 AM, Elliotte Rusty Harold wrote:

I can't reproduce this. Using the latest CVS I get:

<?xml version="1.0"?>
<a foo="bar" />

as expected. Could you try with 1.1a2 or the code built from CVS and let me know if you still see the bug?

--
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