Re: [xsl] define a global variable and change it

Subject: Re: [xsl] define a global variable and change it
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Tue, 12 Aug 2008 22:06:31 +0530
I wrote a small writeup about XSLT variables some time back. It's
available at: http://gandhimukul.tripod.com/xslt/facts.html. I added
Colin's thought also to this article.

On Tue, Aug 12, 2008 at 9:32 PM, Colin Paul Adams
<colin@xxxxxxxxxxxxxxxxxx> wrote:
>>>>>> "Henry" == henry human <henry_human@xxxxxxxx> writes:
>
>    Henry> Hi is it possible to define a global variable with xsl?
>
> Yes.
>
>    Henry> am going to define such varable to be able changing its
>    Henry> value some where inside the stylesheet.
>
> You can't assign values to variables in XSLT. Variables in XSLT are
> like variables in mathematics - they are definitions of values, not
> memory locations.
> --
> Colin Adams
> Preston Lancashire


-- 
Regards,
Mukul Gandhi

Current Thread