<xsl:eval> and parameters

wxdqz

New Member
<xsl:eval> function1(5) </xsl:eval> is valid,but what about<xsl:eval> function1(<xsl:value-of select="name" />) </xsl:eval>I want to pass the value of a node/attribute to a script-function.Any suggestions?Rohit
 
Back
Top