Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmlroff(1) [debian man page]

XMLROFF(1)																XMLROFF(1)

NAME
xmlroff - XSL formatter SYNOPSIS
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] DESCRIPTION
xmlroff is a free, fast and high-quality XSL formatter that is useful for DocBook formatting. It produces PDF or PostScript output. It in- tegrates 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. OPTIONS
-v Show version information. -?, --help Show help message. -o output-file Specify output filename. If this option is not specified, a default of layout.pdf will be used. -d debug-mode Specify debug mode. -w warning-mode Specify warning mode. --format {auto | pdf | postscript} Specify format of the output file. The default is auto which selects the format based on the extension of the output filename. --backend {gp | cairo} Specify backend used to produce the output file. The default is GNOME print (gp). --compat, --nocompat Do or do not pre-processes the input file with an internal compatibility stylesheet. Default is --compat. --compat-stylesheet Prints the internal compatibility stylesheet then exits. --continue Continue after any formatting errors. --valid, --novalid Do or do not load the DTD. Default is --novalid. REPORTING BUGS
Report bugs at http://xmlroff.org/newticket: http://xmlroff.org/newticket. SEE ALSO
xsltproc(1) AUTHOR
Tony Graham XMLROFF(1)

Check Out this Related Man Page

XALAN(1)						      General Commands Manual							  XALAN(1)

NAME
xalan - Process XML documents with XSLT stylesheets SYNOPSIS
xalan [options] DESCRIPTION
Xalan-C++ (named after a rare musical instrument) implements the W3C Recommendation 16 November 1999 XSL Transformations (XSLT) Version 1.0 and the XML Path Language (XPath) Version 1.0. XSLT is the first part of the XSL stylesheet language for XML. It includes the XSL Transfor- mation vocabulary and XPath, a language for addressing parts of XML documents. For links to background materials, discussion groups, fre- quently asked questions, and tutorials on XSLT, see Getting up to speed with XSLT. You use the XSLT language to compose XSL stylesheets. An XSL stylesheet contains instructions for transforming XML documents from one docu- ment type to another document type (XML, HTML, or other). In structural terms, an XSL stylesheet specifies the transformation of one tree of nodes (the XML input) into another tree of nodes (the output or transformation result). OPTIONS
Options are case-sensitive. -in URL Sets the input URL. If nothing is set, stdin is used. -xsl URL Sets the XSLT sheet URL. -out file Sets the output filename. -v Show version information only. -qc Quiet pattern conflicts warnings. -q Use quiet mode. -indent n Controls how many spaces to indent. Default is 0. -validate Controls whether validation occurs. Validation is off by default. -tt Trace the templates as they are being called. -tg Trace each generation event. -ts Trace each selection event. -ttc Trace the template children as they are being processed. -xml Use XML formatter and add XML header. -text Use simple Text formatter. -html Use HTML formatter. -dom Use DOM formatter. Formats to DOM, then formats XML for output. -xst Use source tree formatter. Formats to Xalan source tree, then formats XML for output. -param name expression Sets a stylesheet parameter. -xd Use Xerces DOM instead of Xalan source tree. -de Disable built-in extension functions The following option is valid only with -HTML -noindent Turn off HTML indenting. The following option is valid only with -XML. -nh Don't write XML header. AUTHOR
The Apache Software Foundation. SEE ALSO
http://www.w3.org/TR/xslt XSL Transformations Version 1.0 (XSLT) http://www.w3.org/TR/xpath XML Path Language Version 1.0 (XPATH) Debian GNU/Linux 2001 XALAN(1)
Man Page