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

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

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).