expat

XML 1.0 parser library for parsing and generating XML documents

brewmacoslinux
Try with needOr install directly
Source

About

XML 1.0 parser

Commands

expat

Examples

Validate XML file syntax and structure$ xmlwf document.xml
Parse XML file and check for well-formedness errors$ xmlwf -r input.xml
Display XML file contents with validation$ xmlwf -s document.xml