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

 

Reply via email to