资 源 简 介
NOTE: This project has moved to GitHub: http://github.com/iancmcc/simplexmlapi. This repository will no longer be updated.
simplexmlapi provides an easy way to access XML data. It is pure Python code with no dependencies.
simplexmlapi uses the xml.dom.minidom module to parse XML data, then allows the resulting document to be walked using a dotted name syntax. It also provides a SimpleXmlApi object which comprises mappings of attributes to dotted-name paths.
The SimpleXmlApi object may be subclassed to provide simple APIs for known data structures.
Installation
View the trunk at:
http://simplexmlapi.googlecode.com/svn/trunk/
Check out the development version of the code with:
svn checkout http://simplexmlapi.googlecode.com/svn/trunk/ simplexmlapi
And install it:
$ python setup.py install
Packages of simplexmlapi are available from the Cheese Shop (http://pypi.python.org/pypi/simplexmlapi) and via