Re: [xsl] How can I create a variable with a variable access path?

Subject: Re: [xsl] How can I create a variable with a variable access path?
From: Ferdinand Soethe <xsl-list@xxxxxxxxxx>
Date: Tue, 6 Dec 2005 16:18:02 +0100
> This construct is not possible. The {....} syntax is for attributes.

>>Is there any easy way of making it work other than creating a complete
>>choose/when/ with static language selection?

> Use:
> <xsl:value-of select="$AllTexts/*[name()=$language]/searchButton"/>

Thanks a lot. Just what I need. And I would have never thought of
trying this obvoious-once-you-see-it construct.

Did I already mention how thankful I am for getting so much help from
this list?

--
Ferdinand Soethe

Current Thread