libxml2dom

PKG-INFO

236:fe74ce7d23f7
2007-03-13 paulb [project @ 2007-03-13 00:16:45 by paulb] Added an adoptDocument method to Implementation classes, along with usage of the method in the libxml2dom.parse* functions. Added a textContent property to the Node class. Expanded the SVG support slightly. Added an events module which, when complete, will provide events support for the SVG elements.
     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