Registry / serialization / libxmlpp

libxmlpp

JSON →
library5.4.0vcpkgunverified

A C++ wrapper for the libxml XML parser library.

vcpkg install libxmlpp
INSTALL
IMPORT
SIG · LIBXMLPP
L
libxmlpp
serializationcppv5.4.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.

libxml++/libxml++.h
#include <libxml++/libxml++.h>

Create a simple XML document

#include <libxml++/libxml++.h> #include <iostream> int main() { xmlpp::Document doc; doc.set_internal_subset("root", "", ""); auto root = doc.create_root_node("root"); std::cout << "XML document created\n"; return 0; }
Debug
Known issues
gotchaRequires libxml2 to be installed separately
fix
Ensure libxml2 is available (vcpkg install libxml2)
affects: *
Upgrade
Version history
5.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libxmlpp — pip install libxmlpp · libregistry