xsl-list
[Top] [All Lists]

Re: [xsl] Combine two diff xmls - Sorting by date

2008-05-28 08:59:49
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>