Re: [xsl] Match first non-empty from different fragments

Subject: Re: [xsl] Match first non-empty from different fragments
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Thu, 20 Jan 2005 10:26:12 -0700
Context node is results (top level if that is what context node refers to)

Also, above "There are man z:row" should read "There are many z:row"

>  name: <xsl:value-of select="(result//rs:data/z:row/@name_of_event[string(.)])[last()]"/>
> 
> provided event result always precedes meet result.
It may or may not.
Can you explain the above select?  I don't get it.

Karl

Current Thread