RE: [xsl] how to: Conditionally call nested XSLs based on parameters or variables passed to it at a higher level?

Subject: RE: [xsl] how to: Conditionally call nested XSLs based on parameters or variables passed to it at a higher level?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 12 Sep 2003 11:18:12 +0100
> BASICALLY: I want to define Variables/Parameters within a 
> section and ONLY for a section and ALL its CHILDREN below it. 
> I do not want these variables to become global as I will be 
> using the "same" name (is that even possible) variables for 
> OTHER sections.


I don't know what you mean by a section. If a section is within a
template, you can use local variables. If by "section" you mean part of
a module, or anything bigger than a template but smaller than the entire
stylesheet, then the answer is that it's not possible. But you can use
namespaces as part of the variable name to ensure that the risk of a
conflict is negligible.

Michael Kay


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


Current Thread