cpython/Lib/xml/dom
Guido van Rossum 795ad56b31 Don't get fooled by an empty prefix with a valid namespaceURI -- in
this case, the code used to generate invalid tags and attribute names
with a leading colon, e.g. <:tag> or <tag :attr="foo">.
2001-02-05 18:50:15 +00:00
..
__init__.py Re-indent. 2001-01-27 08:47:37 +00:00
minidom.py Added Node.isSameNode() support. 2001-02-02 19:40:19 +00:00
pulldom.py Don't get fooled by an empty prefix with a valid namespaceURI -- in 2001-02-05 18:50:15 +00:00