xml2rfc

Convert XML RFC documents to ASCII or HTML format

brewmacoslinux
Try with needOr install directly
Source

About

Tool to convert XML RFC7749 to the original ASCII or the new HTML look-and-feel

Commands

xml2rfc

Examples

Convert an XML RFC document to ASCII text format$ xml2rfc input.xml -o output.txt --text
Convert an XML RFC document to HTML format$ xml2rfc input.xml -o output.html --html
Generate multiple output formats from a single XML file$ xml2rfc input.xml --text --html --pdf