xsl-list
[Top] [All Lists]

RE: XPATH question

2003-08-07 09:05:08


I want to select all <var> which contain a <sumStat> with a "vald"
type
whose sumStat value is >4. So, in the following example, I only want
to
select the first <var>

<xsl:apply-templates select="var[sumStat[(_at_)vald][(_dot_) > 4]]"/>

should get what you need.

cheers
andrew

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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