[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Using a variable as part of the path in value-of select"..." ?


Subject: [xsl] Using a variable as part of the path in value-of select"..." ?
From: "Khorasani, Houman" <houman_khorasani@xxxxxxxxxxxxxx>
Date: Tue, 30 Aug 2005 15:27:19 +0100

Hi,

<xsl:variable name="test" select="WAAUXServiceData/@action"/>
<xsl:element name="BTAccountNumber">
	<xsl:value-of select="WAAUXServiceData/$test/BTAccountNumber"/>
</xsl:element>


The variable "test" is set to the value of the WAAXServiceData
attribute.
The "value-of select" should return the value with the value of $test in
its path.


I assume this won't be possible, since the parser can only go once
through the document and doesn't see the generated path in the first
roll. Correct?

But if it is possible that would save me a lot of time.

Any ideas?

Many Thanks,
Houman


Current Thread