atom feed7 messages in org.oasis-open.lists.docbook-appsRe: [docbook-apps] Syntax Highlighting
FromSent OnAttachments
Keith FahlgrenMar 14, 2007 4:06 pm 
Bob StaytonMar 15, 2007 1:49 am 
Keith FahlgrenMar 15, 2007 8:47 am 
Bob StaytonMar 15, 2007 9:17 am 
Keith FahlgrenMar 15, 2007 9:42 am 
Keith FahlgrenMar 15, 2007 9:54 am 
Keith FahlgrenMar 15, 2007 11:14 am 
Subject:Re: [docbook-apps] Syntax Highlighting
From:Keith Fahlgren (abde@gmail.com)
Date:Mar 15, 2007 11:14:24 am
List:org.oasis-open.lists.docbook-apps

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/