libxml++@5

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

brewmacoslinux
Try with needOr install directly
Source

About

C++ wrapper for libxml

Commands

libxml++@5

Examples

Parse and validate an XML document in a C++ application$ g++ -c myapp.cpp `pkg-config --cflags --libs libxml++-5.0` && g++ -o myapp myapp.o `pkg-config --libs libxml++-5.0`
Check available libxml++ libraries and versions$ pkg-config --list-all | grep libxml++
Get compiler and linker flags for libxml++@5$ pkg-config --cflags --libs libxml++-5.0