XML Simple Parser is a parser and generator for xml files which is kept as easy and lightweight as possible. Its intended for use in games or other applications to store data in xml files and for sure also for reading it from there.
Small footprint C++ library to extract an XPath 1.0 expression from an XML tree. Uses the TinyXML project to parse XML trees and store intermediate results. Runs on any platform. Optional use of STL. Overhead less than 100KB, including TinyXML.