Name: SimpleXML
Version: 0.6.1
Author: Ales Smrcka <smrcka@fit.vutbr.cz>
Type: commandline tool and/or python module
License: GNU GPL

SimpleXML is a commandline tool and library for very simply manipulating
XML files. It lets you harvest data from XML files, change values
of attributes, print or change data of elements, create new elements, etc.
All you need is to know the path to element with definition of attributes
and/or order of element. If you work with commandline tool, you must
also know what do you want (change data, attributes, create new element, ...)
In case you use the python module, you get an object with attributes like
name, attr, value, data etc.

For help with commandline tool, run it. It's really simple! ;-)
For help with python module, import it and see __doc__ attributes ;-)
