STL-based (non-validating) XML Parser
This is a small XML parser, based purely on STL. There are two main classes XmlStream and XmlParser. XmlParser.h contains most of the parsing code. It has several state variable, which can be split up into two categories:
This article was originally published on May 13, 2000