xml.dom.minidom
Stdlib — SerializationPython 2.0+Intermediate
Minimal DOM implementation for XML
Quick Info
- Documentation
- Official Docs
- Python Version
- 2.0+
- Dependencies
- None — Python Standard Library
- Install
Included with Python
Learn by Difficulty
Quick Example
python
import xml.dom.minidom print(f"Module: xml.dom.minidom") print(f"Contents: {dir(xml.dom.minidom)[:10]}")
The xml.dom.minidom module is part of Python's standard library. Minimal DOM implementation for XML.
Try in PlaygroundTags
stdlibserializationdata-format