[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] XPATH question


Subject: RE: [xsl] XPATH question
From: "Lars Huttar" <lars_huttar@xxxxxxx>
Date: Thu, 7 Aug 2003 14:35:10 -0500

> I want to select all <var> which contain a <sumStat> with a 
> "vald" type 
> whose sumStat value is >4.

 select="fullpathtovar/var[sumStat[@type='vald' and number(.) > 4]]"


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



Current Thread