diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /textproc/pyxml | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'textproc/pyxml')
-rw-r--r-- | textproc/pyxml/DESCR | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/pyxml/DESCR b/textproc/pyxml/DESCR index 008412f8c23..145d8277bd2 100644 --- a/textproc/pyxml/DESCR +++ b/textproc/pyxml/DESCR @@ -1,15 +1,15 @@ The PyXML package is a collection of libraries to process XML with Python. It -contains, among other things +contains, among other things - xmlproc: a validating XML parser. + 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 + 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. + 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. + XML, including WDDX and XML-RPC. unicode: a helper module for Python 1.5 users who need conversions between - UTF-8 and ISO-8859-?. + UTF-8 and ISO-8859-?. |