XIST 3.6.1 (Default branch)

XIST is an extensible HTML and XML generator. It is also an XML parser with a very simple and Python-esque tree API. Every XML element type corresponds to a Python class, and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST can be considered 'object-oriented XSLT'. License: MIT/X Consortium License Changes:
make.py now supports minifying Javascript source and Growl notifications. UL4 templates now support JSON output and Color objects. jsp.py can now convert UL4 templates to JSP code.

More...