Re: [xsl]: Setting the value of variables, conditionally.

Subject: Re: [xsl]: Setting the value of variables, conditionally.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 14 Jul 2001 12:15:45 +0100
> <xsl:variable name="globalVar1">DEFAULTVAL1</xsl:variable>

once you've assigned a variable a value you can not change it.
This is the most basic FAQ (and a universal feature of functional
programming languages) so your later code to change these values can not
work.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread