This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jkloth
Recipients crass, jkloth
Date 2011-10-04.21:32:52
SpamBayes Score 0.009833196
Marked as misclassified No
Message-id <1317763973.25.0.614840648667.issue13102@psf.upfronthosting.co.za>
In-reply-to
Content
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 always has no value."

Therefore minidom *is* conformant by having None as the namespace-uri for unprefixed attribute names.
History
Date User Action Args
2011-10-04 21:32:53jklothsetrecipients: + jkloth, crass
2011-10-04 21:32:53jklothsetmessageid: <1317763973.25.0.614840648667.issue13102@psf.upfronthosting.co.za>
2011-10-04 21:32:52jklothlinkissue13102 messages
2011-10-04 21:32:52jklothcreate