saxon

XSLT and XQuery processor for XML transformation and querying

brewmacoslinux
Try with needOr install directly
Source

About

XSLT and XQuery processor

Commands

saxon

Examples

Transform XML file using XSLT stylesheet$ saxon -xsl:transform.xsl -s:input.xml -o:output.xml
Execute XQuery expression against XML document$ saxon -xq:query.xq -s:data.xml
Apply XSLT with parameters$ saxon -xsl:style.xsl -s:input.xml -o:output.xml param1=value1 param2=value2