cpython/Lib/xml/dom
Fred Drake 6526bf863e When creating an attribute node using createAttribute() or
createAttributeNS(), use the parallel setAttributeNode() or
setAttributeNodeNS() to add the node to the document -- do not assume
that setAttributeNode() will operate properly for both.
2001-03-23 04:39:24 +00:00
..
__init__.py Patch #103885: Add dynamic registration and lookup of DOM implementations. 2001-02-22 14:05:50 +00:00
domreg.py Patch #103885: Add dynamic registration and lookup of DOM implementations. 2001-02-22 14:05:50 +00:00
minidom.py Patch #407965: Improve Level 2 conformance of minidom 2001-03-13 10:50:13 +00:00
pulldom.py When creating an attribute node using createAttribute() or 2001-03-23 04:39:24 +00:00