Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] 0x25?

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Nils_Kilden-Pedersen AT Countrywide.Com
  • To: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] 0x25?
  • Date: Thu, 27 Mar 2003 16:26:06 -0800

In nu.xom.Builder methods build(Reader) and build(InputStream) has a bug.
Both call org.xml.sax.XMLReader.setEntityResolver with a null resolver.
The javadocs for setEntityResolver states:
Throws: java.lang.NullPointerException - If the resolver argument is null.





"Elliotte Harold - java FAQ" <elharo AT metalab.unc.edu>
Sent by: xom-interest-bounces AT lists.ibiblio.org
03/27/2003 09:52 AM


To: "luca passani" <passani AT eunet.no>
cc: xom-interest AT lists.ibiblio.org
Subject: Re: [XOM-interest] 0x25?


I have not been able to reproduce this bug. The XOMChecker and
PrettyPrinter programs from the samples package both have no trouble
parsing that document. Are you sure the problem is where you think it is?
Could there be a different file being parsed and throwing the exception?

--
Elliotte Rusty Harold
elharo AT metalab.unc.edu
elharo AT macfaq.com

_______________________________________________
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