home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Lib / Python2.0 / xml / dom / __init__.py next >
Encoding:
Python Source  |  2000-10-16  |  313 b   |  11 lines

  1. """W3C Document Object Model implementation for Python.
  2.  
  3. The Python mapping of the Document Object Model is documented in <...>.
  4.  
  5. This package contains the following modules:
  6.  
  7. minidom -- A simple implementation of the Level 1 DOM with namespace
  8.            support added (based on the Level 2 specification).
  9.  
  10. """
  11.