Examples (4)
Convert a DocBook XML document to PDF format
xmlto pdf document.xmlConvert a DocBook XML document to HTML format and store the resulting files in a separate directory
xmlto -o path/to/html_files html document.xmlConvert a DocBook XML document to a single HTML file
xmlto html-nochunks document.xmlSpecify a stylesheet to use while converting a DocBook XML document
xmlto -x stylesheet.xsl output_format document.xmlmade by @shridhargupta | data from tldr-pages