com.icl.saxon
public class WinStyleSheet extends StyleSheet
factory, namePool
Constructor and Description |
---|
WinStyleSheet() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main program, can be used directly from the command line.
|
badUsage, doMain, makeTraceListener, makeURIResolver, processDirectory, processDirectoryAssoc, processFile, processFileAssoc, quit
public static void main(String[] args) throws Exception
The format is:
java com.icl.saxon.StyleSheet [-u] source-file style-file >output-file
followed by any number of parameters in the form {keyword=value}... which can be referenced from within the stylesheet.
The -u option indicates that the source-file and style-file are given in the form of URLs; by default they are interpreted as file names.
This program applies the XSL style sheet in style-file to the source XML document in source-file.
Exception