Re: [XML-SIG] Issues with XMLTreeBuilder in cElementTree and ElementTree

2008-03-30 Thread Fredrik Lundh
Stefan Behnel wrote: > (c)ET's XMLParser has an attribute "parser" that references the expat parser > instance. It was renamed in newer versions. cElementTree doesn't use the pyexpat API, and the expat binding it uses doesn't support the ordered_attributes nonsense (*) at all. *) it's an XML

Re: [XML-SIG] Issues with XMLTreeBuilder in cElementTree and ElementTree

2008-03-25 Thread Stefan Behnel
Hi again, Michael Becker wrote: > These changes would allow the user to take advantage of the > ordered_attributes attribute in the expat parser to use either ordered > or unorder attributes as desired. For backwards compatibility it might > be desirable to change XMLTreeBuilder to default to orde