Well, what is at lines 38-40 of test1.xsl? Xalan 2.6 is much more stringent in flagging errors such as calling a non-existing template name, referring to an undefined attribute set etc. Xalan 2.5 and earlier silently ignored these programmers' errors.
You should try the -xsltc switch. The XSLTC stylesheet compiler finds this kind of errors at compile time, while the default Xalan interpreter throws up only at runtime. HTH, Alfed. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Dienstag, 8. Februar 2005 21:54 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: XSLT erros after upgrade to the new version Xalan v2.6.0 Hi, I am getting following XSLT error after upgrading the Xalan v2.6.0 file:///local/home/u627951/scripts/test1.xsl; Line #38; Column #18; Writing src/com/roguewave/gi/mods/AssetSerializer.java ; SystemID: file:///local/home/u627951/scripts/test1.xsl; Line#: 40; Column#: 60 javax.xml.transform.TransformerException: java.lang.RuntimeException: XSLT TransformerFactory Error This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.
