Re: Change the value of global variables/params ??

Subject: Re: Change the value of global variables/params ??
From: "Sebastian Rahtz" <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 7 Dec 1999 20:07:59 +0000 (GMT)
Patrice Bonhomme writes:
 > davidc@xxxxxxxxx said:
 > ]<xsl:variable name="variable.lang" select="ancestor-or-self::*/@xml:lang"/> 
 > 
 > This is too much time consuming...

how do you know? it depends on the implementation, surely. in all the
XSLT processors so far, the whole document is memory, so accessing 
"ancestor-or-self::*/@xml:lang" is going to be pretty fast.

if you care about real efficiency, don't use XSLT today....

Sebastian

PS personally, I'd build the I18N stuff into a separate XML file and read
that at process time. document() is a wonderful thing.


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


Current Thread