This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Variables and inherited attributes



> I think that true global variables would have been a good solution to
> handle inherited attributes (xml:lang, xml:base, etc.). 

how would they have helped?

Either pass the values down as parameters, or just use get the value
from the source tree, the currently active value for xml:lang is

<xsl:value-of select="ancestor-or-self::*/@xml:lang[1]"/>

David


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]