xsl-list
[Top] [All Lists]

[xsl] value-of node test.

2006-07-10 12:33:18
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=(_at_)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" />

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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