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

[xsl] value-of node test.


Subject: [xsl] value-of node test.
From: Steve <subsume@xxxxxxxxx>
Date: Mon, 10 Jul 2006 15:12:52 -0400

I'm iterating thu an ordered list of services.

I have another list of the values of those services, but not in order.

As I move thru the ordered list, I'd like to get the value of the
unordered list which shares meets the service=@title test.

Is there a shorthand way to do this using value-of? I know I can
resort to xsl:when or xsl:if, if need be.

General gist (doesn't work):

<xsl:value-of select="$services//Record[child::service=string(@title)]/value" />


Current Thread