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 |
Patrice Bonhomme - Tue, 07 Dec 1999 18:08:19 +0100
- David Carlisle - Tue, 7 Dec 1999 17:28:39 GMT
- Sebastian Rahtz - Tue, 7 Dec 1999 20:07:59 +0000 (GMT) <=
oooo - Tue, 07 Dec 1999 23:46:44 +0100
|
|