TinyXml is a simple, small, C++ XML parser that can be easily integrating into other programs.I found myself writing a text file parser every time I needed to save human readable data or serialize objects; I created tinyxml to solve the text I/O file once and for all. (Or, as a friend said, end the Just Another Text File Parser problem.)Online Documentation: including sample code, general information, and an API reference.Download the latest source release on Sourceforge. The release contains the source code, demo code, and all the documentation. It is written in OS independent C++. (Note that on the projects page it shows 0 CVS commits, which is incorrect.)Please send me e-mail if you like (or don't like) TinyXml - and I'm always curious who is using it! For general discussion, there is a discussion board and a mail list. You can also enter bugs, access CVS, and request features all from the TinyXml Project Page.Lee Thomason