docbook

Standard XML representation system for technical documents

brewmacoslinux
Try with needOr install directly
Source

About

Standard XML representation system for technical documents

Commands

docbook

Examples

Validate a DocBook XML document against the schema$ docbook validate document.xml
Convert DocBook XML to HTML output$ xsltproc /usr/local/share/docbook/xsl/html/docbook.xsl document.xml > output.html
Convert DocBook XML to PDF using FOP$ xsltproc /usr/local/share/docbook/xsl/fo/docbook.xsl document.xml | fop -pdf output.pdf