actually i want to concat some string value....
i'm doing this...but it is not correct for<>..how to add it??
<xsl:variable name ="val" select ="'<br>'+string($names)+'<br>'"/>
suppose after the ading i want to pass it in a
js method waht will be the syntax to pass it? i can't put $val directly....then how i will pass the value...itself
<input type="button" value="More..." ONCLICK="showText('ONCLEARDETAILS', 'ON-CLEAR-DETAILS: TriggerText',[u]
value of variable val</u> "/>
thnx...