libslax

SLAX language implementation - an XML transformation language alternative to XSLT

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the SLAX language (an XSLT alternative)

Commands

slaxprocslax

Examples

Transform an XML file using a SLAX stylesheet$ slaxproc -s transform.slax input.xml
Validate and compile a SLAX script$ slax compile -o output.slaxc script.slax
Process XML with inline SLAX transformation$ slaxproc -e 'version 1.0; output method="xml"; <result>{input/data}</result>' input.xml