xsl-list
[Top] [All Lists]

Re: value-of and param

2004-09-24 05:25:46
Hi Luke,
  You must specify it as -
<xsl:param name="name" select="'sdf'"/>

Regards,
Mukul

--- Luke Ambrogio <luke(_dot_)ambrogio(_at_)alert(_dot_)com(_dot_)mt> wrote:

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



                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


<Prev in Thread] Current Thread [Next in Thread>