This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]