update Fri Feb 12 06:37:00 PST 2010
[pkgsrc.git] / textproc / py-xml / DESCR
1 The PyXML package is a collection of libraries to process XML with Python. It
2 contains, among other things
3
4     xmlproc: a validating XML parser.
5     sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a
6         factor of 5.
7     PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers.
8     4DOM: A fully compliant DOM Level 2 implementation
9     javadom: An adapter from Java DOM implementations to the standard Python
10         DOM binding.
11     pulldom: a DOM implementation that supports lazy instantiation of nodes.
12     marshal: a module with several options for serializing Python objects to
13         XML, including WDDX and XML-RPC.
14     unicode: a helper module for Python 1.5 users who need conversions between
15         UTF-8 and ISO-8859-?.