
xml-config-parser
XCP is a small, fast python module that parses XML files. The intended use for this module is to parse simple XML config files that tend to show up within most software projects these days. The module is built on top of the Expat parser and the API is class based.