https://github.com/timniederhausen/rapidxml
Fork of Marcin Kalicinski's RapidXml library
https://github.com/timniederhausen/rapidxml
rapidxml xml
Last synced: 5 months ago
JSON representation
Fork of Marcin Kalicinski's RapidXml library
- Host: GitHub
- URL: https://github.com/timniederhausen/rapidxml
- Owner: timniederhausen
- License: other
- Created: 2016-02-16T23:03:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-12-01T00:09:36.000Z (7 months ago)
- Last Synced: 2025-12-03T10:21:57.647Z (7 months ago)
- Topics: rapidxml, xml
- Language: C++
- Size: 4.92 MB
- Stars: 17
- Watchers: 3
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# RapidXml
This is a fork of Marcin Kalicinski's RapidXml library.
## Changes
* Fixed some code issues that caused compiling errors with newer compilers.
* Added CMake build scripts.
* Added xml_base::offset() (useful helper for generating diagnostics
that include the line/column inside the XML file).
## Documentation
The manual can be found at http://timniederhausen.github.io/rapidxml/,
or inside the `gh-pages` branch.
If you want to generate the documentation yourself, run
`doc/documentation/build_docs.bat`.
## License
Please see [license.txt](license.txt).