{"id":61585,"library":"rapidxml-ns","title":"RapidXML (namespace)","description":"RapidXML with added XML namespaces support.","status":"active","version":"1.13.2","language":"cpp","source_language":null,"source_url":null,"tags":["xml","parsing","namespace","header-only"],"install":[{"cmd":"vcpkg install rapidxml-ns","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(rapidxml_ns CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE rapidxml::rapidxml-ns)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"rapidxml_ns.hpp","correct":"#include <rapidxml_ns.hpp>"}],"quickstart":{"code":"#include \"rapidxml_ns.hpp\"\n#include <iostream>\n\nint main() {\n    char xml[] = \"<root><element>value</element></root>\";\n    rapidxml_ns::xml_document<> doc;\n    doc.parse<0>(xml);\n    std::cout << doc.first_node()->name() << std::endl;\n    return 0;\n}","lang":"cpp","description":"Parse XML with namespace support"},"warnings":[],"env_vars":null,"search_vec":"'ad':5 'header':13 'header-on':12 'namespac':2,7,11 'pars':10 'rapidxml':1,3 'support':8 'xml':6,9","created_at":"2026-06-17T04:57:16.244534+00:00","updated_at":"2026-06-17T04:57:16.244534+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}