blob: 7096c395705cb1f837c9cd4b90d08531a630a570 [file] [log] [blame]
Fred Drakee85c3502000-06-29 19:28:01 +00001"""W3C Document Object Model implementation for Python.
2
3The Python mapping of the Document Object Model is documented in <...>.
4
5This package contains the following modules:
6
7minidom -- A simple implementation of the Level 1 DOM with namespace
8 support added (based on the Level 2 specification).
9
10"""