[Home] [By Thread] [By Date] [Recent Entries]
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" />
|

Cart



