Hi, I just released lxml 2.3.4. It's a pure bugfix release for two important bugs in the XSLT support. http://pypi.python.org/pypi/lxml/2.3.4 Bugs fixed * Crash due to race condition when errors (or user messages) occur during threaded XSLT processing (or compilation). * XSLT stylesheet compilation could ignore compilation errors. Have fun, Stefan
... and I forgot one more: Stefan Behnel, 26.03.2012 15:42:
Hi,
I just released lxml 2.3.4. It's a pure bugfix release for two important bugs in the XSLT support.
http://pypi.python.org/pypi/lxml/2.3.4
Bugs fixed
* Crash when building an nsmap (Element property) with empty namespace URIs.
* Crash due to race condition when errors (or user messages) occur during threaded XSLT processing (or compilation). * XSLT stylesheet compilation could ignore compilation errors.
Also, these are pretty serious bugs, so upgrading is recommended. Stefan
participants (1)
-
Stefan Behnel