[XML-SIG] xml.dom.ext.reader.Sax2 fixes
Stephane Bidoul
stephane.bidoul@softwareag.com
Fri, 23 Nov 2001 10:30:16 +0100
No remaining bugs except xmlproc with xmlns='', as you mention.
And also the related XMLGenerator problem, but it's really an easy
one (see bug #469463) - just waiting for someone to commit the patch
(to PyXML and the main Python tree, I guess).
The updated test suite is on its way to you, Alexandre.
Thanks for the hard work.
-Stephane
> -----Original Message-----
> From: Alexandre Fayolle [mailto:Alexandre.Fayolle@logilab.fr]
> Sent: 22 November, 2001 19:53
> To: xml-sig@python.org
> Subject: [XML-SIG] xml.dom.ext.reader.Sax2 fixes
>
>
> I've just commited fixes to xml.dom.ext.reader.Sax2 so that
> it will work
> with parser with feature_namespaces enabled, and a couple of
> other fixes.
>
> Note to Stephane Bidoule : this should improve your
> situation. I'm able
> to correctly build DOM trees for the following documents, with both
> pyexpat and xmlproc, with the namespaces feature enabled and disabled
> (except that xmlproc crashes on s3 with namespaces on, see
> bug #469460)
>
> s1 = "<test a='b'>data</test>"
> s2 = "<p:t xmlns:p='doo' a='b' p:c='do'>foo<toto/></p:t>"
> s3 = "<test xmlns=''>data</test>"
> s4 = "<p xmlns='foo'><q xmlns=''/></p>"
> s5 = "<p:t xmlns:p='doo' a='b'><p:toto xmlns:p='baa'><p:fifi
> xmlns:p='gaaaaaaa'/></p:toto></p:t>"
>
> I encourage you to give it a try and report back to the list
> if you find
> remaining bugs.
>
> Cheers,
>
> Alexandre Fayolle
> --
> LOGILAB, Paris (France).
> http://www.logilab.com http://www.logilab.fr http://www.logilab.org
> Narval, the first software agent available as free software (GPL).
>
>
> _______________________________________________
> XML-SIG maillist - XML-SIG@python.org
> http://mail.python.org/mailman/listinfo/xml-sig