xsl-list
[Top] [All Lists]

Sorting Index alphabetically

2005-11-24 06:38:40
Hi All,

How do I sort index alphabetically using xsl.

I have xml file like:

<Keyword>abc</keyword>
<Keyword>abcd</keyword>
<Keyword>abcde</keyword>
<Keyword>abcef</keyword>
<Keyword>bcdes</keyword>
<Keyword>Acdex</keyword>
<Keyword>Bcdes</keyword>
<Keyword>ccdes</keyword>
<Keyword>Ccdes</keyword>

I have to sort this as 

<h2>A</h2>
Acdes
Acdex
abc
abcd

<h2>B</h2>
Bcdes
Bcdes

Thanks,
Shailesh



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