https://github.com/twaritwaikar/seriousxml
WIP: An XML parser for minimalists
https://github.com/twaritwaikar/seriousxml
cpp xml-parser
Last synced: 25 days ago
JSON representation
WIP: An XML parser for minimalists
- Host: GitHub
- URL: https://github.com/twaritwaikar/seriousxml
- Owner: twaritwaikar
- License: mit
- Created: 2019-06-22T17:05:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T17:34:51.000Z (about 7 years ago)
- Last Synced: 2025-03-01T10:46:41.621Z (over 1 year ago)
- Topics: cpp, xml-parser
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SeriousXML
An XML parser for minimalists
# Usage
Copy and paste `SeriousXML/src/` directory to somewhere convenient in your source directory
# Status
This is WIP