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 XML RFC to ASCII text$ xml2rfc input.xml --text
convert XML RFC to HTML format$ xml2rfc input.xml --html
save converted RFC to specific output file$ xml2rfc input.xml --text --out rfc-output.txt
generate both ASCII and HTML versions at once$ xml2rfc input.xml --text --html
validate XML RFC document for errors$ xml2rfc input.xml --validate