blob: 7daa4ea8efc1cb4dda1e51793b32c94719c5ac57 [file] [log] [blame]
Fred Drakee85c3502000-06-29 19:28:01 +00001"""Core XML support for Python.
2
3This package contains three sub-packages:
4
5dom -- The W3C Document Object Model. This supports DOM Level 1 +
6 Namespaces.
7
8parser -- Python wrappers for XML parsers (currently only supports Expat).
9
10sax -- The Simple API for XML, developed by XML-Dev, led by David
Paul Prescod73678da2000-07-01 04:58:47 +000011 Megginson and ported to Python by Lars Marius Garsholm. This
12 supports the SAX 2 API.
Fred Drakee85c3502000-06-29 19:28:01 +000013"""