xml.dom.minidom

xml.dom.minidom — Minimal DOM implementation

New in version 2.0.

Source code: Lib/xml/dom/minidom.py

xml.dom.minidom is a minimal implementation of the Document Object Model interface, with an API similar to that in other languages. It is intended to be simpler than the full DOM and also significantly smaller. Users who are not already proficient with the DOM should consider using the 登录查看完整内容