Hi, Marco I assumed that you are using Sun JDK 1.4.*. If so, it's caused because an old version of Xalan-J is shipped as part of JDK 1.4.x. You can work around this by using the Java run-time "Endorsed Standards Override" mechanism. Such as prepending the new xalan.jar on your boot-time class path, with the -Xbootclasspath/p:<class-path> option or put xalan.jar in your tomcat endorsed directory /common/endorsed.
Christine Li XSLT Development IBM Toronto Lab Tel: (905)413-2601 Email: [EMAIL PROTECTED]
