Metadata-Version: 1.0
Name: lxml
Version: 1.1.1
Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
Home-page: http://codespeak.net/lxml
Author: lxml dev team
Author-email: lxml-dev@codespeak.net
License: UNKNOWN
Description: lxml is a Pythonic binding for the libxml2 and libxslt libraries.  It provides
        safe and convenient access to these libraries using the ElementTree API.
        
        It extends the ElementTree API significantly to offer support for XPath,
        RelaxNG, XML Schema, XSLT, C14N and much more.
        
        1.1.1 (2006-09-21)
        ==================
        
        Features added
        --------------
        
        * XSLT profiling support (``profile_run`` keyword)
        
        * countchildren() method on objectify.ObjectifiedElement
        
        * Support custom elements for tree nodes in lxml.objectify
        
        Bugs fixed
        ----------
        
        * lxml.objectify failed to support long data values (e.g., "123L")
        
        * Error messages from XSLT did not reach ``XSLT.error_log``
        
        * Factories objectify.Element() and objectify.DataElement() were missing
        ``attrib`` and ``nsmap`` keyword arguments
        
        * Changing the default parser in lxml.objectify did not update the factories
        Element() and DataElement()
        
        * Let lxml.objectify.Element() always generate tree elements (not data
        elements)
        
        * Build under Windows failed ('\0' bug in patched Pyrex version)
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Software Development :: Libraries :: Python Modules
