Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -6,15 +6,15 @@ source: https://github.com/tldr-pages/tldr.git
# xmlto
> Apply an XSL stylesheet to an XML document.
> More information: <https://pagure.io/xmlto>.
> More information: <https://manned.org/xmlto>.
- Convert a DocBook XML document to PDF format:
`xmlto {{pdf}} {{document.xml}}`
`xmlto pdf {{document.xml}}`
- 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}}`
`xmlto -o {{path/to/html_files}} html {{document.xml}}`
- Convert a DocBook XML document to a single HTML file: