Description :
The Python/XML distribution contains the basic tools required for processing XML data using the Python programming language. The distribution includes parsers and standard interfaces such as SAX and DOM, along with various other useful modules.
The package currently contains: * XML parsers: Pyexpat, xmlproc, and sgmlop * SAX interface * minidom, a DOM implementation * 4DOM and 4XPath from Fourthought * Schema implementations: TREX * Various utility modules and functions * Documentation and example programs
The code is being developed bazaar-style by contributors from the Python XML Special Interest Group, so please send comments, questions, or bug reports to < xml-sigAATTpython.org>. For more information about Python and XML, see: http://www.python.org/topics/xml/
|