blob: a89277245a38c8cf8e16963b8bdebea74980ef54 [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
11 Megginson. This supports the SAX 2 API.
12
13"""