Re: Variables and inherited attributes

Subject: Re: Variables and inherited attributes
From: "Sebastian Rahtz" <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Jun 2000 18:59:06 +0100 (BST)
Eric van der Vlist writes:
 > > As values of global variables (constants in fact) can't be changed, i
 > > was wondering if there exists a generic solution to manage inherited
 > > attribute values.
 > 
 > Personally, when this is needed, I pass these values from template to
 > template using parameters (xsl:with-parameter works also with
 > xsl:apply-templates, not only with xsl:call-template).
 > 

you can also cycle through ancestor::*/@xml:lang 
(or something like that) until you find a
non-empty value.

Sebastian


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


Current Thread