Re: [xsl] changing the value of a parameter

Subject: Re: [xsl] changing the value of a parameter
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 16 Jul 2001 14:10:40 +0100
> If I pass a value to a parameter of a template, can I change it's value from
> within the parameter declaration?

No. You can't change the value of any variable or parameter once it is
bound. In the case of a param, the value given in the xsl:param element
is only used if a value is not passed when the template or stylesheet is
called.

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