diff --git a/cheat/cheatsheets/xmlto b/cheat/cheatsheets/xmlto new file mode 100644 index 0000000..6b087c0 --- /dev/null +++ b/cheat/cheatsheets/xmlto @@ -0,0 +1,15 @@ +# DocBook XML to PDF +xmlto pdf mydoc.xml + +# DocBook XML to HTML +xmlto -o html-dir html mydoc.xml + +# DocBook XML to single HTML file +xmlto html-nochunks mydoc.xml + +# modify output with XSL override +xmlto -m ulink.xsl pdf mydoc.xml + +# use non-default xsl +xmlto -x mystylesheet.xsl pdf mydoc.xml +