libxml2dom

PKG-INFO

155:6b5890399674
2005-12-01 paulb [project @ 2005-12-01 01:59:42 by paulb] Updated version number. Added doctype support (dubious in places due to a lack of libxml2mod support/understanding). Removed doctype nodes from childNodes results.
     1 Metadata-Version: 1.1     2 Name: libxml2dom     3 Version: 0.2.4     4 Author: Paul Boddie     5 Author-email: paul at boddie org uk     6 Maintainer: Paul Boddie     7 Maintainer-email: paul at boddie org uk     8 Home-page: http://www.boddie.org.uk/python/libxml2dom.html     9 Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.2.4.tar.gz    10 Summary: PyXML-style API for the libxml2 Python bindings    11 License: MIT    12 Description: The libxml2dom package provides a traditional DOM wrapper around the Python    13         bindings for libxml2. In contrast to the libxml2 bindings, libxml2dom provides    14         an API reminiscent of minidom, pxdom and other Python-based and Python-related    15         XML toolkits.    16 Keywords: XML libxml2    17 Platform: Any    18 Classifier: Development Status :: 3 - Alpha     19 Classifier: License :: OSI Approved :: MIT License     20 Classifier: Natural Language :: English     21 Classifier: Operating System :: OS Independent     22 Classifier: Programming Language :: Python     23 Classifier: Topic :: Text Processing :: Markup :: XML