Download List

專案描述

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

A bug while creating a new element has been resolved. Creating a root element (-z argument) has been added.
標籤: Minor bugfixes

2005-10-09 01:58
0.6.4-1

This version can run on the older Python 2.2
release.
標籤: Major feature enhancements

2005-08-31 15:44
0.6.3-2

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.
標籤: Major feature enhancements

2005-08-24 03:05
0.6.2

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.
標籤: Minor feature enhancements

2005-08-18 20:04
0.6.1

Non-ASCII characters support.
標籤: Minor feature enhancements

Project Resources