summaryrefslogtreecommitdiff
path: root/textproc/pyxml/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-01-23Catch up with pyxml -> py-xml name change in the Makefile and finallyrecht1-12/+0
remove pyxml.
2002-01-17move to canonical pkg name (pyX.Y-pkg-vers),drochner1-0/+12
append version suffix to installed scripts to avoid conflicts, patch path to python executable into installed scripts
2001-05-14-use USE_PYTHONdrochner1-21/+0
-update to 0.6.5. This is a bug fix release only, according to the original announcement
2001-03-07The PyXML package is a collection of libraries to process XML with Python. Itdrochner1-0/+21
contains, among other things xmlproc: a validating XML parser. sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a factor of 5. PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers. 4DOM: A fully compliant DOM Level 2 implementation javadom: An adapter from Java DOM implementations to the standard Python DOM binding. pulldom: a DOM implementation that supports lazy instantiation of nodes. marshal: a module with several options for serializing Python objects to XML, including WDDX and XML-RPC. unicode: a helper module for Python 1.5 users who need conversions between UTF-8 and ISO-8859-?.