libxml++@3

C++ wrapper for libxml2 providing object-oriented XML parsing

brewmacoslinux
Try with needOr install directly
Source

About

C++ wrapper for libxml

Commands

libxml++@3

Examples

Parse and access XML document elements programmatically in C++$ g++ -o parser parser.cpp $(pkg-config --cflags --libs libxml++-3.0)
Verify libxml++@3 installation and check version information$ pkg-config --modversion libxml++-3.0
Get compiler and linker flags for building with libxml++@3$ pkg-config --cflags --libs libxml++-3.0