Hi Dave, thats what I feared :-) I will upgrade to a later version.
thanks a lot Kerstin -----Ursprungliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 8. Juli 2003 17:16 An: [email protected] Betreff: Re: Unhandled Exception XalanTransformer::compileStylesheet Hi Kerstin, The first thing you should do is upgrade to a later version of Xalan. We rarely fix bugs in older versions of the processor. There were known problems with the Solaris version of Xalan-C, due to a bug in the Sun compiler, so, if you're platform is Solaris, that might explain the problem. If you can still reproduce it in Xalan-C 1.5, then please create a bug report in Bugzilla and attach any stylesheets that reproduces the problem, and someone will investigate it. Dave |---------+---------------------------> | | "Kerstin Kohl" | | | <[EMAIL PROTECTED]| | | > | | | | | | 07/08/2003 07:49| | | AM | |---------+---------------------------> >--------------------------------------------------------------------------- --------------------------------------| | | | To: "Xalan-C-Users-Help" <[email protected]> | | cc: (bcc: David N Bertoni/Cambridge/IBM) | | Subject: Unhandled Exception XalanTransformer::compileStylesheet | >--------------------------------------------------------------------------- --------------------------------------| Hello, im working with The Xalan C++ XSLT Processor Version 1.3 and want to compile Stylesheets by using XalanTransformer::compileStylesheet(...). Usually it works fine. But when I include a Stylesheet that can't be compiled there occures an unhandled error. In this example it would be myXSL.xsl that is not well <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:include href="myXSL.xsl" /> ... </xsl:stylesheet> is there any way to handle it? Thanks for help Kerstin Kohl
