RE: [xsl] Filtering Child Elements Between Two Values

Subject: RE: [xsl] Filtering Child Elements Between Two Values
From: "Sendrey, John" <jsendrey@xxxxxxxxxxx>
Date: Mon, 13 Aug 2001 22:09:19 -0700
kiitoksia paljon

joni sendrey ( grönbärj )

-----Original Message-----
From: Jarno.Elovirta@xxxxxxxxx [mailto:Jarno.Elovirta@xxxxxxxxx]
Sent: Monday, August 13, 2001 9:29 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Filtering Child Elements Between Two Values


> in between the two date values.  How can I select a student 
> only if he/she
> has at least one certification date that falls in between 
> $startdate and
> $stopdate?

<xsl:for-each
select="students/student[certifications/certification/date[$stopdate >= .
and . >= $startdate]]">

Jarno

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

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


Current Thread