Subject: Re: define a global variable and change it
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Aug 2008 17:02:07 +0100
|
>>>>> "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
|