This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: parameter setting


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]