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]

xsl:with-param?



<xsl:apply-templates select="MyNode">
	<xsl:with-param name="user" select="a"/>
	<xsl:with-param name="action" select="find"/>
</xsl:apply-templates>

I am trying to pass parameters into a template, like the one above, and I
get the following error

 "Keyword xsl:apply-templates may not contain xsl:with-Param.
 msxml3.dll"

Has anyone come across this?
rgds
joe

 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]