Correct is:
<xsl:template name="allexceptentry">
<xsl:copy-of select="$main"/>
</xsl:template> <xsl:call-template name="allexceptentry">
<xsl:with-param name="main">
..<foo>...</foo>..
</xsl:with-param>
</xsl:call-template>Christian.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
