xsl-list
[Top] [All Lists]

RE: value-of and param

2004-09-24 01:47:45

try this

 <xsl:param name="name" select="'sdf'"/>

regards
Manpreet

-----Original Message-----
From: Luke Ambrogio [mailto:luke(_dot_)ambrogio(_at_)alert(_dot_)com(_dot_)mt]
Sent: Friday, September 24, 2010 2:15 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] value-of and param


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


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--



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