On 3/15/07, Keith Fahlgren <abde...@gmail.com> wrote:
On 3/15/07, Keith Fahlgren <abde...@gmail.com> wrote:
On 3/15/07, Bob Stayton <bo...@sagehill.net> wrote:
Well, I tried your command and it did not work. When I replaced the -jar
$SAXON with the classname com.icl.saxon.StyleSheet, it worked. Anyone know
why that would happen?
For the record
"#
Option 1: Run Saxon using the command java -jar saxon.jar source.xml
stylesheet.xsl
Note that the -jar option causes the classpath to be ignored. This
means that it's not possible to use this approach when the stylesheet
invokes extension functions, or when it uses an XML parser other than
the default AElfred parser supplied with Saxon.
#
"
http://saxon.sourceforge.net/saxon6.5.4/