Download List

Project Description

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'. XIST also includes a cross-platform templating language, Oracle utilities, and various other tools.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-20 18:10 Back to release list
2.10

Publishing has been changed from using a stream API to using an iterator
API. Element.__getitem__, Frag.__getitem__, and the walk method have
been enhanced. mapped() has been enhanced. The test suite uses py.test
now. Embedding Python code in XML has been updated to use converter
contexts.
Tags: Minor feature enhancements

Project Resources