Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Problem with Xerces/XOMHandler.inInternalSubset reading from File but not FileReader or FileInputStream

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT ibiblio.org>
  • To: XOM API for Processing XML with Java <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Problem with Xerces/XOMHandler.inInternalSubset reading from File but not FileReader or FileInputStream
  • Date: Wed, 16 Sep 2009 06:22:01 -0400

On Tue, Sep 15, 2009 at 7:56 AM, Elliotte Rusty Harold
<elharo AT ibiblio.org> wrote:
> I know what's happening. It is a XOM bug, not a Xerces bug.
>

Actually it may be a Xerces bug after all, albeit an old one and one I
can work around. The problem is likely that Locator.getSystemID
returns a URL when called from startDocument but null when called from
within the internal DTD subset. It should return the same value both
times, either null or non-null.

--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page