saxon-b

XSLT 2.0 and XQuery processor for XML transformations

brewmacoslinux
Try with needOr install directly
Source

About

XSLT and XQuery processor

Commands

saxon

Examples

Transform an XML file using an XSLT stylesheet$ saxon -xsl:stylesheet.xsl -s:input.xml -o:output.xml
Execute an XQuery file against an XML document$ saxon -xq:query.xq -s:input.xml
Process XML with XSLT and pass parameters$ saxon -xsl:transform.xsl -s:data.xml param=value