XIST 3.0 (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: Python License
Changes:
Namespaces have been greatly simplified. The dependency on PyXML has been dropped. Tree traversal has been enhanced. CSS-related functionality has been added. ReST is supported for docstrings now. There are many other changes and bugfixes.
|