Richard Light - 2007-04-25

Logged In: YES
user_id=966026
Originator: YES

25.4.2007: had to undo this change, since it causes problems when a variable is evaluated by recursively calling a template which defines the same variable and uses <xsl:value-of select="$varname"/> to "return" it to the calling routine. On reflection, Evaluate is called each time you need to know the value of a variable, so it shouldn't matter that it is calculated afresh each time this happens. Maybe the actual problem lies elsewhere.