xsl-list
[Top] [All Lists]

Re: value-of and param

2002-09-24 02:27:19
thanks a lot man that was the answer

cheer
Luke
----- Original Message ----- 
From: "Manpreet Singh" <singhm(_at_)quark(_dot_)co(_dot_)in>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Friday, September 24, 2004 10:47 AM
Subject: RE: [xsl] value-of and param



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>
--+--


--+------------------------------------------------------------------
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>
  • Re: value-of and param, Luke Ambrogio <=