Re: [xsl] Scope of Local Variables?

Subject: Re: [xsl] Scope of Local Variables?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 6 Jun 2002 20:25:13 +0100
The scope of a variable declaration is the element (in the stylesheet)
in which the variable is declared. You can not declare a variable in one
element and use it outside that elemnt. In particular you can't declare
it in one template and use it in another.

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