> I've just upgrade to Xerces 2.2.0 from 1.4.4 and found that the SAX parser isn't > behaving in the same way. > > > I have a sample document that I parse using the DocumentTracer sample included > with Xerces 2.2.0. For some reason the namespaceURI on all endElements are missing.
I noticed the same problem a few weeks back, it was a bug that is now fixed. Get the "latest release" at http://gump.covalent.net/jars/latest/xml-xerces2/ (for more info see below). /Olle From: Elena Litani [mailto:[EMAIL PROTECTED] Sent: den 7 oktober 2002 16:19 To: [EMAIL PROTECTED] Subject: Re: Problem with end element Andy Clark wrote: > Olle Sundblad wrote: > > Since upgrading to Xerces 2_2_0 (from version 1_2_3), I don't receive any > > uri in the endElement callback (see bleow) when using the SAX-parser that is > I'm really surprised something like this could happen. I've just committed the fix. There was a bug in the new scanner (that also does namespace binding). Please, pick up the new code from CVS or the jars from http://gump.covalent.net/jars/latest/xml-xerces2/ and verify the fix. Thanks! -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
