[xsl] complicated sort problem

Subject: [xsl] complicated sort problem
From: Vaduvoiu Tiberiu <vaduvoiutibi@xxxxxxxxx>
Date: Wed, 16 May 2007 00:56:47 -0700 (PDT)
Similar problem with the one I had yesterday:
I need to sort the following xml:

<list>
    <file>file1.xml</file>
    <file>file2.xml</file>
......
    <file>file100.xml</file>
</list>

each of these files have some tags (2 of which are:)
    <date>20071805101800</date>(yyyymmddhhmmss)
    <url>folderX/foldery/</url>

So I need to sort the first xml by the date (which is in each fileX.xml). Is that possible? 10x


       
____________________________________________________________________________________Sick sense of humor? Visit Yahoo! TV's 
Comedy with an Edge to see what's on, when. 
http://tv.yahoo.com/collections/222

Current Thread