[ANN] lxml 0.9 is out!

S

Stefan Behnel

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,042
Members
48,769
Latest member
Clifft

Latest Threads

Top