RE: parameter setting

Subject: RE: parameter setting
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Wed, 19 Apr 2000 09:10:22 -0700
Well I guess the reason is you have the string 'output' as ur default value
which overwrites your actual parameter.If you remove the select attribute,it
will work.

Francis

 
> my xsl lvvks like this
> ----------------------------------------------
> it is a top level parameter
> 
> <xsl:param name="param1" select="'output'"/>
> 
> and I am using this variable in-between
> like this
> 
> <xsl:value-of select="$param1"/>
> 
> 
> result is
> 
> "output"
> 
> but I want "vanaja" to be displayed
> 
> what is the wrong with this
> 
> 
> Thanks & regards
> 
> Vanaja
> 
 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread