Re: [xsl] ordering nodes

Subject: Re: [xsl] ordering nodes
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Sun, 29 Jan 2006 21:45:15 +0000
On 1/29/06, bokluk <bokluk@xxxxxxx> wrote:
> Hi,
>
> My situation is following.
>
> I have a set of XML files. In every file there is node which I want to
> extract. Every filename is written in LIST.XML.
>
> I need to order alphabetically the nodes from each file. How can I do this?
>
> I managed selecting all filenames from LIST.XML and ordering them but this
> doesn't give me exactly what I need.
>
> Any suggestions?

If you are using XSLT 2.0 then you can use the collection() function -
post an example of what you need...

Current Thread