==================================
What people have to say about lxml
==================================

* Benchmarks

  [EN] Stefan presents some benchmark results on lxml.

  http://behnel.de/cgi-bin/weblog_basic/index.php?p=3


* importing lxml or ElementTree or cElementTree

  [EN] Trent Mick provides a recipe for importing any of the available
  ElementTree implementations.

  http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/475126


* Extracting text from document-style XML

  [EN] Raymond Hettinger describes how to extract text from document-style XML
  documents with ElementTree - obviously this works just as well with lxml.

  http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498286


* From minidom to ElementTree

  [EN] Richard Philips provides a simple recipe for converting data from
  minidom to an ElementTree.

  http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498221


* Eigene XML-APIs mit lxml

  [DE] In einer Python-DE Anwort gibt Stefan ein Beispiel für eine einfache
  XML-API auf der Basis von `Namespace-Klassen`_.

  http://python.net/pipermail/python-de/2006q1/007399.html

  .. _`Namespace-Klassen`: http://codespeak.net/lxml/dev/element_classes.html


* HTML form generation with lxml

  [EN] Ian Bicking describes how lxml.etree helps in 

  .. _`HTML form generation with lxml`: http://blog.ianbicking.org/lxml-transformations.html
