This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

call-template with-param problem.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]