1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
.TH SAXON-XSLT "1" "May 2013" "saxon-xslt 6.5.5" "User Commands"
.SH NAME
saxon-xslt \- Apply a given style sheet to a given source XML document
.SH SYNOPSIS
.B java
\fIcom.icl.saxon.StyleSheet \fR[\fIoptions\fR] \fIsource-doc style-doc {param=value}\fR...
.SH DESCRIPTION
SAXON 6.5.5 from Michael Kay
.SH OPTIONS
.TP
\fB\-a\fR
Use xml\-stylesheet PI, not style\-doc argument
.TP
\fB\-ds\fR
Use standard tree data structure
.TP
\fB\-dt\fR
Use tinytree data structure (default)
.TP
\fB\-o\fR filename
Send output to named file or directory
.TP
\fB\-m\fR classname
Use specified Emitter class for xsl:message output
.TP
\fB\-r\fR classname
Use specified URIResolver class
.TP
\fB\-t\fR
Display version and timing information
.TP
\fB\-T\fR
Set standard TraceListener
.TP
\fB\-TL\fR classname
Set a specific TraceListener
.TP
\fB\-u\fR
Names are URLs not filenames
.TP
\fB\-w0\fR
Recover silently from recoverable errors
.TP
\fB\-w1\fR
Report recoverable errors and continue (default)
.TP
\fB\-w2\fR
Treat recoverable errors as fatal
.TP
\fB\-x\fR classname
Use specified SAX parser for source file
.TP
\fB\-y\fR classname
Use specified SAX parser for stylesheet
.TP
\-?
Display this message
.SH AUTHOR
SAXON 6.5.5 from Michael Kay
This manual page was written by Mathieu Malaterre <malat@debian.org> for
the Debian GNU/Linux system, but may be used by others.
|