Re: [xsl] Modify Variable value

Subject: Re: [xsl] Modify Variable value
From: "Rashmi Rubdi" <rashmi.sub@xxxxxxxxx>
Date: Wed, 25 Apr 2007 18:58:56 -0400
Hi Senthi,

XSLT is unlike other programming languages that allow field values to
be altered.

The concepts are a little different in XSLT, from my experience coming
from a background of other languages, so it helped me to look at XSLT
differently and to expect it to be different.

I was reading about the fact that one cannot update the value of a
variable XSLT 2.0 reference book by Michael Kay under "No Side
Effects" in chapter 1.

Also there's a nice explanation about it here:
http://www.dpawson.co.uk/xsl/sect2/nono.html#d1919e55

-Regards
Rashmi

On 4/25/07, Senthilkumaravelan K <skumaravelan@xxxxxxxxxxxxxx> wrote:
Hi ,
I would like to know ,is there any way,I could modify the variable
value in my XSLT?
Please let me know ,how Do I do that?

Regards,
Senthil

Current Thread