SAXONB-XSLT(1) | SAXONB-XSLT(1) |
NAME¶
saxonb-xslt - command line XSLT 2.0 processor
SYNOPSIS¶
saxonb-xslt [OPTION...] [-s:SOURCEFILE] [-xsl:STYLESHEET] [-o:OUTPUT] [NAME=VALUE...]
DESCRIPTION¶
This manual page documents briefly the saxonb-xslt command. This page was written for the Debian(TM) distribution because the original program does not have a manual page. Instead, it has HTML documentation which is shipped in the libsaxonb-java-doc package.
saxonb-xslt is a command line wrapper around the Saxon-B XSLT and XQuery processor. Using saxonb-xslt you can process XML documents with XSLT 2.0 stylesheets directly from the command line. Internally, saxonb-xslt is a wrapper around the Java class net.sf.saxon.Transform implemented by Saxon-B.
saxonb-xslt is usually invoked passing the 3 options made explicit in the above synopsis. Usually, those options correspond respectively to the input XML file to be transformed, the XSLT stylesheet describing the desired transformation, and the output file where to save the result. However, the meaning and the need of passing them is affected by a number of other options that can be specified. See the option reference below for more information.
Parameters¶
At the end of the command line, a list of parameters can be given. Parameters are passed using the syntax NAME=VALUE, to specify parameters´ names and values.
A parameter name prefixed with "+" (plus sign) will be interpreted as a filesystem path parameter If the path points to a single file, that file will be parsed as XML and its document node will be passed as the parameter value. If the path points to a directory, all directly contained files will be parsed as XML files, and the sequence of their document nodes will be passed as the parameter value.
A parameter name prefixed with "!" (exclamation mark) will be interpted as a output/serialization parameter. See the specifications of XQuery and XSLT 2.0 for more information on output/serialization parameters.
To pass parameters belonging to the non-null namespace, the syntax {uri}localname=value is provided.
Parameters will be visible as global variables during XSLT processing, provided they have been declared with <xsl:param>. evaluation, provided they have been declared in the query prolog. See the XSLT specification for more information on variables and their declarations.
OPTIONS¶
A summary of supported options is included below. Options can be passed in any order.
We first report the options which are shared by saxonb-xslt and saxonb-xquery, then those specific to saxonb-xslt (or which have a different semantics).
Some options are flagged as "Saxon-SA only", such options work only if Saxon-SA is installed. Note that Saxon-SA is a commercial product, as such it is not available in Debian.
Common options¶
-cr:classname
-dtd: {[on] | [off]}
-expand: {[on] | [off]}
-explain [:filename]
-ext: {[on] | [off]}
-l: {[on] | [off]}
-outval: {[recover] | [fatal]}
-p: {[on] | [off]}
-r:classname
-repeat:N
-sa
-strip: {[all] | [none] | [ignorable]}
-t
-tree: {[tiny] | [linked]}
-T [:classname]
-TJ
-u
-val: {[strict] | [lax]}
-x:classname
-xi
-xmlversion: {[1.0] | [1.1]}
-?
Options specific to saxonb-xslt¶
-a
-c:filename
-im:modename
-it:templatename
-m:classname
-o:path
Additional output documents generated using the <xsl:result-document> command uses path as the basename for the "href" attribute of the command. If -o is missing they will be saved relatively to the current working directory.
When -s identifies a directory, also -o should identify one. All the output documents will then be written under such a directory.
-or:classname
-s:path
If path points to a directory all files directly contained in it will be individually transformed. In such a case -o is required. -u affects the intepretation of path.
-versmsg: {[on] | [off]}
-warnings: {[silent] | [recover] | [fatal]}
-xsl:filename
-y:filename
SEE ALSO¶
saxonb-xquery (1), XSL Transformations (XSLT) Version 2.0 (W3C Recommendation).
This program is fully documented by the HTML documentation of Saxon, available in the libsaxon-java-doc Debian package.
AUTHOR¶
This manual page was written by Stefano Zacchiroli <zack@debian.org> for the Debian(TM) system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
COPYRIGHT¶
Copyright © 2008 Stefano Zacchiroli
February 2008 |