Download List

Descripción del Proyecto

SimpleXML is a commandline application and library
for very simply manipulating XML files by path to
elements and regular expresions identifying data
of elements. It lets you harvest data from XML
files, change values of attributes, print or
change data of elements, create new elements, etc.

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-11-13 23:39
0.6.5-1

Un error durante la creación de un nuevo elemento se ha resuelto. Creación de un elemento raíz (-z argumento) ha sido añadido.
Tags: Minor bugfixes
A bug while creating a new element has been resolved. Creating a root element (-z argument) has been added.

2005-10-09 01:58
0.6.4-1

Esta versión puede ejecutarse en la versión anterior de Python 2.2.
Tags: Major feature enhancements
This version can run on the older Python 2.2
release.

2005-08-31 15:44
0.6.3-2

Un elemento de la ruta ahora puede contener una definición de la expresión regular de los datos despojado. Un elemento de la ruta puede contener el ".." símbolo, el cual define un elemento primario.
Tags: Major feature enhancements
An element path can now contain a regular
expression definition of stripped data. An element
path can contain the ".." symbol, which defines a
parent element.

2005-08-24 03:05
0.6.2

Un documento que ahora se pueden guardar y / o imprimir como muy XML. Funciones que ahora plantear un objeto SimpleXMLError, no str. xmlelement.value puede ser ahora establecido directamente. xmldoc ahora puede crear un nuevo elemento raíz. Un documento se guarda con la codificación adecuada. Un error que se produjo cuando la creación de un nuevo hijo se ha fijado.
Tags: Minor feature enhancements
A document can now be saved and/or printed as pretty XML. Functions now
raise a SimpleXMLError object, not str. xmlelement.value can be now set
directly. xmldoc can now create a new root element. A document is now
saved with appropriate encoding. A bug which occurred when creating a
new child has been fixed.

2005-08-18 20:04
0.6.1

Caracteres no ASCII apoyo.
Tags: Minor feature enhancements
Non-ASCII characters support.

Project Resources