Re: [xsl] complicated sort problem

Subject: Re: [xsl] complicated sort problem
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Wed, 16 May 2007 05:42:58 -0700
On 5/16/07, Vaduvoiu Tiberiu <vaduvoiutibi@xxxxxxxxx> wrote:
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? .


The short answer is: Yes.

A more specific solution with code could be produced, once the structure of the

file<N>.xml

files is known.

--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play

Current Thread