You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Eric Ye <er...@locus.apache.org> on 2000/08/04 22:55:30 UTC

Re: [BUG] org.xml.sax.LexicalHandler

This has just been fixed in the CVS repository. I expect the next point
release be out in 2 weeks.
_____


Eric Ye * IBM, JTC - Silicon Valley * ericye@locus.apache.org

----- Original Message -----
From: "Brett McLaughlin" <br...@lutris.com>
To: <xe...@xml.apache.org>
Sent: Monday, July 31, 2000 12:36 PM
Subject: [BUG] org.xml.sax.LexicalHandler


> I'm noticing a weird set of behavior, which I believe is a bug, in the
> latest binary release of Xerces-J.
>
> It occurs when using org.xml.sax.ext.LexicalHandler, specifically the
> startDTD and endDTD callback methods.
>
> For the following document:
>
> <?xml version="1.0"?>
>
> <!DOCTYPE foo [
>   <!ENTITY nbsp '&#160;'>
> ]>
>
> <foo>
>   <bar>some &nbsp;&nbsp; spaces</bar>
> </foo>
>
> startDTD gets called correctly, but endDTD never gets called. These work
> fine for referencing an external DTD.
>
> Am I reading the purpose of these wrong, or is this a bug?
>
> Thanks,
> Brett
>
>
> --
> Brett McLaughlin, Enhydra Strategist
> Lutris Technologies, Inc.
> 1200 Pacific Avenue, Suite 300
> Santa Cruz, CA 95060 USA
> http://www.lutris.com
> http://www.enhydra.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org
>
>