A simple XML library to load/save, parse and navigate XML files. This is a beta release, and althought I haven't run into any bugs yet, there are sure to be some. No docs yet, just read the header file - its well documented!
Features include:
- Load and Save an XML file, as well as parse loaded text file.
- Supports attributes with or without quotes (single and double).
- Supports attributes with no value (flags).
- Create nodes and attributes within nodes.
- Add nodes as child nodes or siblings.
- Delete nodes.
- Search XML tree for nodes.
- Search nodes for attributes.
- Navigate the XML tree (first,l ast, prev, next etc)