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