An open API service indexing awesome lists of open source software.

https://github.com/briancairl/xml

XML Read/Write Automaton Classes
https://github.com/briancairl/xml

Last synced: 2 months ago
JSON representation

XML Read/Write Automaton Classes

Awesome Lists containing this project

README

        

xml : XML Read/Write Automaton Classes
======================================

+ XML::reader can be used to seek/skip/search through bodies of XML for specific items/data/sections
+ XML::writer can be used to create properly formatted XML documents
+ XML::sentry generic read/write
+ STL compliant. Can be used on all std::istream/ostream derivative classes.

WARNING
-------
- This code has been fully tested, but not fully documented (soon!)
- Contact [email protected] with any questions