RE: XPATH question2003-08-07 09:05:08I 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
|
|