[XML-SIG] link to lxml on the XML software page

Stefan Behnel stefan_ml at behnel.de
Tue May 1 18:39:25 CEST 2007


Hi,

I would like to see a link to lxml from the Python XML software page
http://pyxml.sourceforge.net/topics/software.html

It is one of the technically leading XML libraries for Python, so I believe
that it deserves a three step link from the Python home page. Something in the
lines of

------------------------
lxml_ - a fast, pythonic, ElementTree_ compatible Python wrapper around
        libxml2_ and libxslt_. lxml supports various XML standards like XPath,
        XSLT, XMLSchema and RelaxNG. It is a highly flexible framework that
        provides a Python data binding API and even supports user defined
        XML APIs.

.. _lxml: http://codespeak.net/lxml/
.. _ElementTree: http://effbot.org/zone/element-index.htm
.. _libxml2: http://xmlsoft.org/
.. _libxslt: http://xmlsoft.org/XSLT/
------------------------

Thanks, and best regards,
Stefan


More information about the XML-SIG mailing list