2000-06-29 19:28:01 +00:00
|
|
|
"""Core XML support for Python.
|
|
|
|
|
|
|
|
This package contains three sub-packages:
|
|
|
|
|
|
|
|
dom -- The W3C Document Object Model. This supports DOM Level 1 +
|
|
|
|
Namespaces.
|
|
|
|
|
|
|
|
parser -- Python wrappers for XML parsers (currently only supports Expat).
|
|
|
|
|
|
|
|
sax -- The Simple API for XML, developed by XML-Dev, led by David
|
2000-07-02 13:52:21 +00:00
|
|
|
Megginson and ported to Python by Lars Marius Garshol. This
|
2000-07-01 04:58:47 +00:00
|
|
|
supports the SAX 2 API.
|
2000-06-29 19:28:01 +00:00
|
|
|
"""
|