Sunday, April 10, 2011

19.7. xml.dom.minidom — Lightweight DOM implementation — Python v2.7.1 documentation

19.7. xml.dom.minidom — Lightweight DOM implementation — Python v2.7.1 documentation: "xml.dom.minidom is a light-weight implementation of the Document Object Model interface. It is intended to be simpler than the full DOM and also significantly smaller.

DOM applications typically start by parsing some XML into a DOM. With xml.dom.minidom, this is done through the parse functions:"