Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Possible defect?

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <wolfgang.hoschek AT mac.com>
  • To: Elliotte Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Possible defect?
  • Date: Tue, 3 Oct 2006 09:02:31 -0700

The stacktrace given in the original message suggests it is some xerces internal flavour of JDK >= 1.5_xx. The xerces flavour of java 1.5.0_06 / OSX doesn't seem to exhibit the bug, however defensive normalization of a null baseURI to "" seems a sensible fix in any case.

com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser


On Oct 3, 2006, at 8:29 AM, Elliotte Harold wrote:

On further investigation I suspect then problem depends on the specific
parser driving XOM. Which parser are you using? Xerces, Crimson,
something else?

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/ cafeaulaitA/
_______________________________________________
XOM-interest mailing list
XOM-interest AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/xom-interest





Archive powered by MHonArc 2.6.24.

Top of Page