
Hello everyone, I just released 0.9.1, mainly as a bug fix release. Cheeseshop has the source: http://cheeseshop.python.org/pypi/lxml Features added: * lxml.sax.ElementTreeContentHandler checks closing elements and raises SaxError on mismatch * lxml.sax.ElementTreeContentHandler now supports namespace-less SAX events (startElement, endElement) and defaults to empty attributes (keyword argument) * zip_safe flag allows setuptools to install lxml as zipped egg * Speedup for repeatedly accessing element tag names * Minor API performance improvements Bugs fixed: * Memory deallocation bug: crash when using XSLT output method "html" * sax.py was handling UTF-8 encoded tag names where it shouldn't * lxml.tests package will no longer be installed (is still in source tar) Martijn and I were very happy with the eggs we received for 0.9, so we kindly hope for a similarly overwhelming response to 0.9.1. :) Have fun, Stefan