Introduction - If you have any usage issues, please Google them yourself
The TinyXML++ classes are all wrappers around the corresponding classes within TinyXML.
<h2> Goals </h2>
- Simplify the use and interface of TinyXml, using C++ concepts.
- Use exceptions for error handling, so there are no return codes to check
- Use templates for automatic type conversion
- Use STL style iterators to move through nodes and attributes