libxml++

C++ wrapper library for libxml2 XML parsing and manipulation

brewmacoslinux
Try with needOr install directly
Source

About

C++ wrapper for libxml

Commands

libxml++

Examples

Parse and read XML document structure in C++ code$ g++ -o parser parser.cpp $(pkg-config --cflags --libs libxml++-2.6)
Compile C++ program that uses libxml++ for XML validation$ g++ -o validator validator.cpp -I/usr/local/include/libxml++-2.6 -lxml++-2.6 -lxml2
Check libxml++ version and installed location$ pkg-config --modversion libxml++-2.6