Subject: Re: value-of and param
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Fri, 24 Sep 2004 05:25:46 -0700 (PDT)
|
Hi Luke,
You must specify it as -
<xsl:param name="name" select="'sdf'"/>
Regards,
Mukul
--- Luke Ambrogio <luke.ambrogio@xxxxxxxxxxxx> 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
|