Next in thread → Next in month →

RE: [docbook-apps] Compiled xslt

From
Mauritz Jeanson <>
Date
2009-02-03T19:28:49+00:00
ID
CF411005D2C1427B9BA2EEEFE10E466C@D7MZ171J
Thread
RE: [docbook-apps] Compiled xslt
|  -----Original Message-----
|  From: Mansour
|  
|  Compiler errors:
|    The first argument to the non-static Java function 
|  'insertCallouts' is 
|  not a valid object reference.
|    The first argument to the non-static Java function 
|  'insertCallouts' is 
|  not a valid object reference.
|    The first argument to the non-static Java function 
|  'highlight' is not 
|  a valid object reference.
|    Error checking type of the expression 
|  'org.apache.xalan.xsltc.compiler.ApplyTemplates@353c375'.
|  
|  Anyone have seen this or have any idea around this ?


The error messages refer to extension functions that are available in
xalan27.jar (from the DocBook-XSL distribution) and xslthl-2.0.0.jar (from
https://sourceforge.net/projects/xslthl).

As far as I can tell, adding these JARs to the classpath does not help; you
still get compiler errors. And turning off the "use.extensions" and
"highlight.source" parameters has no effect either. I have no idea how to
make XSLTC work with the DocBook stylesheets.

Mauritz
Next in thread → Next in month →