rapidxml icon indicating copy to clipboard operation
rapidxml copied to clipboard

RapidXML fork; XML namespacing, per-element parsing, etc

Results 13 rapidxml issues
Sort by recently updated
recently updated
newest added

Could you add a quick README with build instructions? I tried copying `rapidxml.hpp` into `test/` and running: ``` gcc -std=c++11 simple.cpp ``` but I get many errors like this: ```...

When I add rapidxml to my CMakeLists file like this: ```cmake FetchContent_Declare( rapidxml URL https://github.com/dwd/rapidxml/archive/refs/heads/master.zip DOWNLOAD_EXTRACT_TIMESTAMP TRUE ) FetchContent_MakeAvailable(rapidxml) ``` I get the following error when I try to configure...