libnxml

C library for parsing, writing, and creating XML files

brewmacoslinux
Try with needOr install directly
Source

About

C library for parsing, writing, and creating XML files

Commands

libnxml

Examples

Parse and validate an XML file$ libnxml --validate document.xml
Convert XML to formatted output$ libnxml --format input.xml > output.xml
Create a new XML document programmatically$ gcc -o create_xml create_xml.c $(pkg-config --cflags --libs libnxml)