Hi Phil,


I have a stylesheet with the following matcher:

<xsl:template match="psi:pageContent" name="psi_pageContent" mode="psi_pageContent">
<xsl:apply-templates select="psi:pageHead" mode="psi_pageHead"/>
<xsl:apply-templates select="psi:pageBody" mode="psi_pageBody"/>
<xsl:apply-templates select="psi:pageFoot" mode="psi_pageFoot"/>
</xsl:template>

and another stylesheet that imports the above stylesheet with an overriding matcher:

<xsl:template match="psi:pageContent" name="psi_pageContent" mode="psi_pageContent">
<body>
<xsl:apply-imports/>
try this:
     <xsl:apply-imports mode="psi_pageContent"/>

</body>
</xsl:template>

Greetings,

Boscoe



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to