xsl-list
[Top] [All Lists]

RE: Outer Loop and Inner Loop

2003-05-02 09:27:15
[Karl J. Stubsjoen]

It comes down to this:
What is the xpath expression for looking up an attributes 
value if the name
value of the attribute you need to lookup is in a variable?  
So something
like this:

<xsl:value-of select="[@ = '$some_variable']"/>

Does that work?


It would be faster to try it than to ask. In this case, what you want is

<xsl:value-of select="[@ = $some_variable]"/>

(assuming, of course, that the variable really evaluates to the string
that you want).

Cheers,

Tom P

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



<Prev in Thread] Current Thread [Next in Thread>