The xml.dom Package
- xml.dom.minidom
(New in 2.0)
- xml.dom.domreg
(New in 2.1) XML DOM implementation registry. To access the registry, use the xml.dom.getDOMImplementation and xml.dom.registerDOMImplementation functions.
- xml.dom.expatbuilder
(New in 2.3)
- xml.dom.minicompat
(New in 2.3)
- xml.dom.NodeFilter
(New in 2.3)
- xml.dom.xmlbuilder
(New in 2.3)