RE: [xsl] Filtering Child Elements Between Two Values

Subject: RE: [xsl] Filtering Child Elements Between Two Values
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 14 Aug 2001 07:29:05 +0300
> 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


Current Thread