libxslt

C XSLT library for transforming XML documents using stylesheets

brewmacoslinux
Try with needOr install directly
Source

About

C XSLT library for GNOME

Commands

xsltproc

Examples

Transform an XML file using an XSLT stylesheet$ xsltproc stylesheet.xsl input.xml > output.xml
Apply XSLT transformation with parameters$ xsltproc --stringparam name value stylesheet.xsl input.xml
Validate and transform XML with output formatting$ xsltproc -o output.html styles/template.xsl data.xml