xsl-list
[Top] [All Lists]

RE: RE: get variable value in another template

2005-12-28 08:19:59
From: cknell(_at_)onebox(_dot_)com

A variable defined in a template has the scope of the 
template. That is to say, if you define a variable in 
template A, you cannot access it from template B unless you 
pass the variable as a parameter to template B.

Strictly speaking, variables not defined with a top-level declaration
(global variables) are locally scoped to the template in which they are
declared *and* following-sibling templates and their descendants.  Such
locally scoped declarations will tread upon like-named global declarations.

HTH,

Mike


-----------------------------------
Mike Haarman,
XSL Developer,
Internet Broadcasting Systems, Inc.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--