append values to a variable xsl:variable
Posted: Thu Oct 08, 2009 1:16 pm
Hi..
I need to append a value to a variable, and can't find the way how to..
i.e.
Inital value of "fullname": "ABC,"
append "DEF,"
New value of "fullname": "ABC,DEF"
<xsl:variable name="fullname"
select="append to fullname.."/>
Thanks!
AdZy
I need to append a value to a variable, and can't find the way how to..
i.e.
Inital value of "fullname": "ABC,"
append "DEF,"
New value of "fullname": "ABC,DEF"
<xsl:variable name="fullname"
select="append to fullname.."/>
Thanks!
AdZy