Commenting those lines out worked. Thanks!
--Scott
Keith Fahlgren wrote:
> On Thu, Feb 19, 2009 at 9:45 AM, Scott Hudson
> <> wrote:
>> OK, I downloaded the 2.0.1 jar and added it to my classpath.
>>
>> I'm trying to transform via oXygen 10 on Windows, and still get the
>> following error:
>> SystemID: C:\DocBook\docbook-xsl-1.74.1\highlighting\common.xsl
>> Location: 32:0
>> Description: [Saxon6.5.5] Failed to load net.sf.xslthl.ConnectorSaxon6 -
>> net.sf.xslthl.ConnectorSaxon6
>>
>> Any ideas? I'll post this to the oxygen list as well...
>
> Perhaps this would help:
>
> On 2/19/09 9:33 AM, Mauritz Jeanson wrote:
>> The quick and dirty fix is to comment out these declarations:
>>
>> <xalan:component prefix="xhl" functions="highlight">
>> <xalan:script lang="javaclass" src="xalan://net.sf.xslthl.ConnectorXalan"
>> />
>> </xalan:component>
>>
>> <saxon6:script implements-prefix="s6hl" language="java"
>> src="java:net.sf.xslthl.ConnectorSaxon6" />
>>
>> <saxonb:script implements-prefix="sbhl" language="java"
>> src="java:net.sf.xslthl.ConnectorSaxonB" />
>>
>> As far as I can tell, for Saxon 6 and 9, the<script> construct doesn't
>> allow for any graceful fallback behaviour when the specified class is not
>> found in the classpath. Xalan does seem to recover, but I have commented out
>> the corresponding lines anyway, just to be sure.
>>
>> IMPORTANT: In order for syntax highlighting to work in 1.74.2, one of the
>> commented-out portions must be "uncommented".
>