Registry / serialization / pugixml

pugixml

JSON →
library1.13.0vcpkgunverified

Light-weight, simple and fast XML parser for C++ with XPath support.

vcpkg install pugixml
INSTALL
IMPORT
SIG · PUGIXML
P
pugixml
serializationcppv1.13.0
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.

pugixml.hpp
✓ #include <pugixml.hpp>

Parse an XML string and check for success.

#include "pugixml.hpp" #include <iostream> int main() { pugi::xml_document doc; if (doc.load_string("<root><child/></root>")) { std::cout << "XML parsed successfully" << std::endl; } return 0; }
Debug
Known issues
gotchapugixml is header-only by default, but the vcpkg port provides a static library. Ensure you link against pugixml::pugixml.
fix
Use target_link_libraries(your_target PRIVATE pugixml::pugixml)
affects: *
Upgrade
Version history
1.13.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

pugixml — pip install pugixml · libregistry