Download List

Descripción del Proyecto

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.

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

La infraestructura de análisis ha sido reescrito para ser más modular y apoyar análisis iterativos (que permitió la manipulación enormes archivos XML). Una nueva función misc.module () crea un módulo de código fuente. Dos funciones UL4 nuevos, abs () y utcnow (), se han añadido. Unos pocos métodos se han añadido a los objetos UL4 día: mimeformat (), día (), mes (), año (), hora (), minutos (), segundo (), microsegundo (), y los días de semana (), y yearday (). Esta versión utiliza autoboxing en el código Java generado por ll.xist.ns.jsp.fromul4 (). SSH URL en ll.url ahora utilizar el paquete de execnet independiente.
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