[issue13102] xml.dom.minidom does not support default namespaces

2014-06-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue13102] xml.dom.minidom does not support default namespaces

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: >From the statement in msg144927 this can be closed as "not a bug". -- nosy: +BreamoreBoy ___ Python tracker ___

[issue13102] xml.dom.minidom does not support default namespaces

2011-10-04 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue13102] xml.dom.minidom does not support default namespaces

2011-10-04 Thread Jeremy Kloth
Jeremy Kloth added the comment: Please read the link which you posted. Quoting the second paragraph, second sentence: "Default namespace declarations do not apply directly to attribute names;" and from the third paragraph, third sentence: "The namespace name for an unprefixed attribute name

[issue13102] xml.dom.minidom does not support default namespaces

2011-10-04 Thread Glenn Washburn
New submission from Glenn Washburn : When using getAttributeNS, attributes with no namespace should be considered as having the default namespace for that scope. See examples in http://www.w3.org/TR/REC-xml-names/#defaulting. Python's xml.dom.minidom will always set the namespace to None for