xmlto

Convert XML documents to HTML, PDF, man pages, or other formats.

brewmacoslinux
Try with needOr install directly
Source

About

Convert XML to another format (based on XSL or other tools)

Commands

xmlto

Examples

convert XML file to HTML$ xmlto html document.xml
convert XML to PDF$ xmlto pdf document.xml
convert XML to plain text$ xmlto txt document.xml
convert XML to man page format$ xmlto man document.xml
convert XML and save output to specific directory$ xmlto -o output/ html document.xml