python-lxml - ElementTree-like Python bindings for libxml2 and libxslt
Website: | http://codespeak.net/lxml/ |
---|---|
License: | BSD |
Vendor: | Fedora Project |
- Description:
lxml provides a Python binding to the libxslt and libxml2 libraries. It follows the ElementTree API as much as possible in order to provide a more Pythonic interface to libxml2 and libxslt than the default bindings. In particular, lxml deals with Python Unicode strings rather than encoded UTF-8 and handles memory management automatically, unlike the default bindings.
Packages
python-lxml-2.2-1.fc11.ppc64 [2.4 MiB] |
Changelog
by Jeffrey C. Ollie (2009-03-24):
- 2.2 (2009-03-21) - Features added - - * Support for standalone flag in XML declaration through - tree.docinfo.standalone and by passing standalone=True/False on - serialisation. - - Bugs fixed - - * Crash when parsing an XML Schema with external imports from a - filename. |