[xsl] value-of and param

Subject: [xsl] value-of and param
From: "Luke Ambrogio" <luke.ambrogio@xxxxxxxxxxxx>
Date: Fri, 24 Sep 2010 10:45:29 +0200
Hi guys,
 
 i have a param tag with a text value, example
 
 <xsl:param name="name" select="sdf"/>
 
 and then i use a value-of tag to get its value, example
 
 <xsl:value-of select="$name"/>
 
 but it does not work, once i change it with a numeric value it works,
 anybody has an idea?
 
 Regards
 Luke Ambrogio

Current Thread