As I stated in my previous reply, If you want someone to look at this
you'll need to post a bug report in Bugzilla.
How could we possibly debug this, since you're importing stylesheets that
you haven't provided?
Dave
Matthew James
Hanson To: [EMAIL PROTECTED]
<matthew.hanson cc: (bcc: David N Bertoni/CAM/Lotus)
@wcom.com> Subject: Xalan-C++ xsl:import bug
06/13/2001
05:09 PM
Please respond
to xalan-dev
The following abbreviated stylesheet was processed flawlessly using
Xalan-J:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:import href="formBase.xsl"/>
<xsl:import href="packageCoversheet.xsl"/>
<xsl:output indent="yes"/>
<xsl:template match="/">
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<xsl:call-template name
="getFOFormPageMaster"/>
</fo:layout-master-set>
</fo:root>
</xsl:template>
</xsl:stylesheet>
However, when using the testXSLT sample from Xalan-C++, the following error
output is encountered:
========= Parsing formMaster.xsl ==========
Parse of formMaster.xsl took 300 milliseconds
========= Parsing 50 ==========
Parse of 50 took 190 milliseconds
=============================
Transforming...
XSL Warning: Could not find xsl:template named: getFOFormPageMaster
transform took 0 milliseconds
Total time took 190 milliseconds
Please help
Matt Hanson
- Xalan-C++ xsl:import bug Matthew James Hanson
- Re: Xalan-C++ xsl:import bug David_N_Bertoni
- Xalan-C++ xsl:import bug Matthew James Hanson
- RE: Xalan-C++ xsl:import bug Matthew James Hanson
- Re: Xalan-C++ xsl:import bug David_N_Bertoni
- Re: Xalan-C++ xsl:import bug Paul_Dick
- RE: Xalan-C++ xsl:import bug Matthew James Hanson
- RE: Xalan-C++ xsl:import bug David_N_Bertoni
- RE: Xalan-C++ xsl:import bug Matthew James Hanson
- RE: Xalan-C++ xsl:import bug David_N_Bertoni
