This is release 1.1 of RapidXml XML parser.
RapidXml is an attempt to create the fastest XML DOM parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data.
This release introduces an improved, leaner and more intuitive interface for the parser and DOM tree, and adds several new useful functions and parsing flags. Speed of the parser remains blazing fast, as always. Additionally, test suite has been further extended to provide more safety as changes are applied to the source code.
For more information visit project webpage at http://rapidxml.sourceforge.net