-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

xmlto


> Apply an XSL stylesheet to an XML document.

More information.


Convert a DocBook XML document to PDF format:

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}

Convert a DocBook XML document to a single HTML file:

xmlto {html-nochunks} {document.xml}

Specify a stylesheet to use while converting a DocBook XML document:

xmlto -x {stylesheet.xsl} {output_format} {document.xml}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:32:39 2024