If you only use Xalan Interpretive, you can download the two-jars packaging distribution (http://xml.apache.org/dist/xalan-j/xalan-j_2_5_1-bin-2jars.zip). In this distribution, XSLTC is in a separate jar.
Regards, Morris Kwan XSLT Development IBM Toronto Lab Tel: (905)413-3729 Email: [EMAIL PROTECTED] "Nick Laqua" <[EMAIL PROTECTED] To: <[EMAIL PROTECTED]> on.net> cc: Subject: problem with packaged bcel classes 08/19/2003 09:00 AM Hi, I experienced a nasty problem using the latest xalan version (2.5.1). Anyway, I assume the problem is relevant also with older versions of xalan. xalan.jar also contains the bcel classes (these are used for the xsltc processor). Unfortunately, a quite old version is used which has different method signatures than the actual bcel release that we use (example: org.apache.bcel.generic.Type.getType(Class class) is not supported by the xalan bcel classes). Of course, this leads to strange behaviour depending on the order of class loading. When loading bcel.jar BEFORE xalan.jar, everything works fine, otherwise not. TIA Nick