XIST 3.2.4 (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:
Functions have been added for parsing CSS. When applying CSS rules it's now possible to specify whether the preferred stylesheets or an alternate stylesheet group should be used. ExpatParser has new options for passing the XML declaration and/or the DocType declaration on to the application.
|