[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] variable question


Subject: RE: [xsl] variable question
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Sun, 29 Aug 2004 16:29:52 +0100

> As Jeni says, perhaps this is a bad idea to have the global 
> variable I  
> want to apply in different contexts, but the advantage is obvious  
> enough (if it can work at all!).

Variables aren't "applied". A global variable has one value only, and is
always evaluated in the context of the root node of the principal source
document. If you want the value to depend on the context at the time you
reference the variable, then you need a function or template, not a
variable.

Michael Kay


Current Thread