tinyxml

XML parser library for C++ with simple and efficient parsing

brewmacoslinux
Try with needOr install directly
Source

About

XML parser

Commands

tinyxml

Examples

Parse an XML file and display its structure$ tinyxml document.xml
Validate XML syntax and check for well-formedness$ tinyxml -validate config.xml
Convert XML to formatted output with pretty printing$ tinyxml -format input.xml > output.xml