Overview
XMLTreeWalker
xmltreewalker-0.1.tar.gz
XmlTreeWalker works in conjunction with expat. It can be used for filtering and content modification of XML documents by employing various Operators and having them activate based on specified Filter rules. Uses include content extraction, suppression and rewriting. Requires Python 2.4.
To install this after downloading it to your home directory do this from the command line:
tar -zxvf xmltreewalker-0.1.tar.gz cd xmltreewalker sudo python setup.py install
On Windows, WinZip will extract these. The remaining instructions should work, but i haven't tried, as i don't run Windows.
A little bit of Documentation can be found here
.