Registry / serialization / rapidxml-ns

rapidxml-ns

JSON →
library1.13.2vcpkgunverified

RapidXML with added XML namespaces support.

vcpkg install rapidxml-ns
INSTALL
IMPORT
SIG · RAPIDXML-NS
R
rapidxml-ns
serializationcppv1.13.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rapidxml_ns.hpp
✓ #include <rapidxml_ns.hpp>

Parse XML with namespace support

#include "rapidxml_ns.hpp" #include <iostream> int main() { char xml[] = "<root><element>value</element></root>"; rapidxml_ns::xml_document<> doc; doc.parse<0>(xml); std::cout << doc.first_node()->name() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.13.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

rapidxml-ns — pip install rapidxml-ns · libregistry