[xsl] call-template with-param problem.

Subject: [xsl] call-template with-param problem.
From: Phillip Rhodes <rhodespc@xxxxxxxxxxxx>
Date: Sat, 25 Aug 2001 15:55:46 -0400
I have a named template, that I invoke with a parameter. However, my result always contains the literal "{$title}".

Thanks very much.
Phillip

<xsl:template name="header">
<h2>{$title}</h2>
</xsl:template>


<xsl:call-template name="header"> <xsl:with-param name="title"> This is a test </xsl:with-param> </xsl:call-template>





XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread