lxml 0.9 is out!
Hello everyone, after almost five months of hacking, lxml 0.9 has finally seen the light of night. :) http://codespeak.net/lxml/ http://cheeseshop.python.org/pypi/lxml/0.9 """ 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, all tightly integrated with the Python language. """ Version 0.9 has tons of new fancy features and several serious bug fixes. See the ChangeLog for details: http://codespeak.net/lxml/changes-0.9.html and the documentation for examples of the new features: http://codespeak.net/lxml/api.html http://codespeak.net/lxml/sax.html http://codespeak.net/lxml/namespace_extensions.html http://codespeak.net/lxml/extensions.html Installation has just become easier (at least on Linux): http://codespeak.net/lxml/installation.html http://codespeak.net/pipermail/lxml-dev/2006-March/001008.html Give it a try and keep spreading the word! Stefan
participants (1)
-
Stefan Behnel