OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Syntax Highlighting


On 3/15/07, Keith Fahlgren <abdelazer@gmail.com> wrote:
> On 3/15/07, Keith Fahlgren <abdelazer@gmail.com> wrote:
> > On 3/15/07, Bob Stayton <bobs@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/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]