libxml2dom

PKG-INFO

227:96fcbc99f658
2007-03-02 paulb [project @ 2007-03-02 22:56:00 by paulb] Fixed exceptions, adding document checking for insertion and replacement operations and raising exceptions.
     1 Metadata-Version: 1.1     2 Name: libxml2dom     3 Version: 0.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.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 SVG    17 Platform: Any    18 Classifier: Development Status :: 3 - Alpha    19 Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)    20 Classifier: Natural Language :: English    21 Classifier: Operating System :: OS Independent    22 Classifier: Programming Language :: Python    23 Classifier: Topic :: Text Processing :: Markup :: XML