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>
--~--