Next in thread → Next in month →

Re: [docbook-apps] Syntax Highlighting

From
Keith Fahlgren <>
Date
2007-03-15T18:14:47+00:00
ID
Thread
Re: [docbook-apps] Syntax Highlighting
On 3/15/07, Keith Fahlgren <> wrote:
> On 3/15/07, Keith Fahlgren <> wrote:
> > On 3/15/07, Bob Stayton <> 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/
Next in thread → Next in month →