[xsl] Grouping nodes by date

Subject: [xsl] Grouping nodes by date
From: David Hirst <dhirst@xxxxxxxxx>
Date: Wed, 10 Jul 2002 13:09:59 -0400
I would like to be able to group a set of nodes based on the date (past
dates and future dates)
Is this possible (I have an extension function that returns a boolean if

a date is in the past).
Currently I am selecting all the <items> arranging them in descindeing
order and calling my extension function and possibly outputting data to
the result tree. I was looking for a faster way to do this but have not
found one to date.

so my xml looks something like
<root>
    <item>
      <date>2002-07-07T12:00:00</date>
   </item>
    <item>
      <date>2002-07-11T12:00:00</date>
    </item>
    <item>
    ...
    ...
    </item>
</root>

Thanks
Dave Hirst



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


Current Thread