Subject: Passing parameters to templates
From: "Tim Bachta" <tbachta@xxxxxxxxxx>
Date: Mon, 16 Jun 2003 15:36:27 -0500
|
Hello, I am attempting to pass a parameter to a template using
<xsl:apply-templates><xsl:with-param
name="parameter">value</xsl:with-param></xsl:apply-templates> how do I
get that parameter out in the templates? And can I use that parameter
as part of a string? Such as <xsl:template match="bob"><input
name=parameter/> </xsl:template>
Thanks for your help.
Tim Bachta
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|