xsl-list
[Top] [All Lists]

Re: Match first non-empty from different fragments

2005-01-20 10:26:12
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

--~------------------------------------------------------------------
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>
--~--