You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Kerstin Kohl <ko...@swt.rub.de> on 2003/07/08 16:49:59 UTC

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


AW: Unhandled Exception XalanTransformer::compileStylesheet

Posted by Kerstin Kohl <ko...@swt.rub.de>.
Hi Dave,

thats what I feared :-)
I will upgrade to a later version.

thanks a lot

Kerstin


-----Ursprungliche Nachricht-----
Von: david_n_bertoni@us.ibm.com [mailto:david_n_bertoni@us.ibm.com]
Gesendet: Dienstag, 8. Juli 2003 17:16
An: xalan-c-users@xml.apache.org
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"  |
|         |           <kohl@swt.rub.de|
|         |           >               |
|         |                           |
|         |           07/08/2003 07:49|
|         |           AM              |
|---------+--------------------------->

>---------------------------------------------------------------------------
--------------------------------------|
  |
|
  |        To:      "Xalan-C-Users-Help" <xa...@xml.apache.org>
|
  |        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




Re: Unhandled Exception XalanTransformer::compileStylesheet

Posted by da...@us.ibm.com.



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"  |
|         |           <kohl@swt.rub.de|
|         |           >               |
|         |                           |
|         |           07/08/2003 07:49|
|         |           AM              |
|---------+--------------------------->
  >-----------------------------------------------------------------------------------------------------------------|
  |                                                                                                                 |
  |        To:      "Xalan-C-Users-Help" <xa...@xml.apache.org>                                             |
  |        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