[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Combine two diff xmls - Sorting by date
Subject: Re: [xsl] Combine two diff xmls - Sorting by date
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 28 May 2008 17:59:16 +0200
|
sudheshna iyer wrote:
How can achieve this?
One way would be to process in two steps, first build a result tree
fragment of elements where you transform the different elements into the
same structure, then use exsl:node-set or similar to get a node-set that
you can sort and output.
Which XSLT processor do you use, does it support exsl:node-set or a
similar extension function to convert a result tree fragment into a
node-set?
--
Martin Honnen
http://JavaScript.FAQTs.com/
|