Hi,
Can we reassign the value to a variable which has been declared with some other inital value.
ex:
<xsl:variable name=\"ct\"> 0</xsl:variable>
can we reassign like the following
<xsl:value-of select=ct=\"$ct + string-length(.//ENTITY_INDIVidUAL)\"/>
If i use like the above sytnax , it will not work.
please provide me solution for the above.
(tell me how to reassign the value to a varaible)