You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Western Michigan University <wm...@SoftHome.net> on 2002/01/28 16:07:58 UTC

Translet errors

Hi all,
I am having a problem using the XSLTC module of the latest Xalan version.
I have a set of stylesheets which I compiled into a corresponding set of 
classes which are in a *.jar-file.
The stylesheets are in a inclusion hierarchy, meaning one (called 
section) is the entry point and is actually being applied to the XML 
documents and the others are included directly by the section stylesheet 
or indirectly by others included by the section stylesheet.
I compiled the section stylesheet which generated inner classes for all 
other stylesheets.
When I now try to run the compiled stylesheet against an XML document 
(which works fine with the non-compiled stylesheet, just takes a little 
too long), I get an error message "Translet error(s): 412". I am using 
JDK 1.2.2_005 on Solaris 5.6...
Is there anywhere I can find some documentation of these translet error 
numbers?

Thanks for any comments,

   Ragnar