Download List

项目描述

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 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.

2010-06-16 06:45 Back to release list
3.8

解析基础设施已被重写,变得更加模块化,支持迭代解析(这使处理大量的XML文件)。一个新的功能misc.module()创建一个从源代码模块。两个新UL4功能,绝对值()和utcnow(),已被添加。有几个方法已被添加到UL4日期对象:mimeformat(),(每天),月(),年(),小时(),每分钟(),二(),微秒()和周日()和yearday ()。此版本使用自动装箱在Java代码ll.xist.ns.jsp.fromul4生成()。 SSH的网址在ll.url现在使用独立execnet包。
The parsing infrastructure has been rewritten to be more modular and to support iterative parsing (which enabled handling huge XML files). A new function misc.module() creates a module from source code. Two new UL4 functions, abs() and utcnow(), have been added. A few methods have been added to UL4 date objects: mimeformat(), day(), month(), year(), hour(), minute(), second(), microsecond(), and weekday(), and
yearday(). This release uses autoboxing in the Java code generated by ll.xist.ns.jsp.fromul4(). SSH URLs in ll.url now use the standalone execnet package.

Project Resources