mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
xmlto cheatsheet
This commit is contained in:
parent
9a23458a2d
commit
9889d77adb
1 changed files with 15 additions and 0 deletions
15
cheat/cheatsheets/xmlto
Normal file
15
cheat/cheatsheets/xmlto
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue