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: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Wolfgang Hoschek <wolfgang.hoschek AT mac.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Possible defect?
  • Date: Tue, 03 Oct 2006 13:32:15 -0400

Wolfgang Hoschek wrote:
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.


I agree. Just eyeballing the code and comparing to the JavaDoc for Locator, I can see a theoretical bug here. However for safety's sake I do like to create the test case before the bug fix if at all possible.

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




Archive powered by MHonArc 2.6.24.

Top of Page