DOKK / manpages / debian 11 / xmlroff / xmlroff.1.en
XMLROFF(1) XMLROFF(1)

xmlroff - XSL formatter

xmlroff [-o output-file] [--format {auto | pdf | postscript}] [--backend {gp | cairo}] [--continue] [-? | --help] [--compat | --nocompat] [--compat-stylesheet] [--valid | --novalid] [-v | --version] [-w warning-mode] [-d debug-mode] file [stylesheet]

xmlroff is a free, fast and high-quality XSL formatter that is useful for DocBook formatting. It produces PDF or PostScript output. It integrates easily with other programs and with scripting languages.

xmlroff processes the XML-FO file. An arbitrary XML file can optionally be first transformed via a specified XSLT stylesheet.

Show version information.

-?, --help
Show help message.

Specify output filename. If this option is not specified, a default of layout.pdf will be used.

Specify debug mode.

Specify warning mode.

Specify format of the output file. The default is auto which selects the format based on the extension of the output filename.

Specify backend used to produce the output file. The default is GNOME print (gp).

Do or do not pre-processes the input file with an internal compatibility stylesheet. Default is --compat.

Prints the internal compatibility stylesheet then exits.

Continue after any formatting errors.

Do or do not load the DTD. Default is --novalid.

Report bugs at http://xmlroff.org/newticket: http://xmlroff.org/newticket.

xsltproc(1)

Tony Graham