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
- Host: GitHub
- URL: https://github.com/briancairl/xml
- Owner: briancairl
- Created: 2014-11-07T11:44:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T11:55:12.000Z (about 9 years ago)
- Last Synced: 2025-02-13T04:31:11.260Z (4 months ago)
- Language: C++
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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