
xmlto
List of commands for xmlto:
-
xmlto:tldr:168f8 xmlto: Convert a DocBook XML document to HTML format and store the resulting files in a separate directory.$ xmlto -o ${path-to-html_files} ${html} ${document-xml}try on your machineexplain this command
-
xmlto:tldr:2d483 xmlto: Specify a stylesheet to use while converting a DocBook XML document.$ xmlto -x ${stylesheet-xsl} ${output_format} ${document-xml}try on your machineexplain this command
-
xmlto:tldr:ecc16 xmlto: Convert a DocBook XML document to PDF format.$ xmlto ${pdf} ${document-xml}try on your machineexplain this command