Is there an XSLT library that is pure Python?
Installing libxml2+libxslt or any similar C libraries is a problem on some of the platforms I need to support.
I re
There's also http://lxml.de/
"lxml is the most feature-rich and easy-to-use library for processing XML and HTML in the Python language."