XIST 4.0 发布,该版本移植到 Python 3,其他改进包括:
UL4 templates now compile to an AST format instead of bytecode.
A new ll.ul4on module has been added that provides functions for encoding and decoding a lightweight extensible machine-readable text format for serializing the object types supported by UL4.
Several UL4 function have been added: isfirst(), islast(), isfirstlast(), enumfl(), fromjson(), asul4on(), fromul4on(), min(), and max().
Several enhancements to ll.orasql
XIST 是一个可扩展的 HTML 和 XML 生成器,同时包含一个 XML 解析器,使用很简单的 Python 树 API,每个 XML 元素类型都被映射到 Python 的类中。你可以把 XIST 当成是面向对象的 XSLT。
主页:http://www.livinglogic.de/Python/xist/
来自:开源中国社区