
Rapidxml is a fast xml dom-style parser written in c++.
rapidxml provides a minimalistic api and reduced memory footprint suitable for embedded applications.
limitations:
* the parser ignores doctype declarations.
* there is no support for xml namespaces.
* the parser does not check for character validity.
* the interface of the parser does not conform to dom specification.
* the parser does not check for attribute uniqueness.