This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Building menus


I have an XML like this:

<root>
<entry name="Flls">
	<fo>lsfjlksdsdfjlsjfsf</fo>
</entry>
<entry name="Ajjf">....
<entry name="Bjjjdjj">....
<entry name="Ilsjdf">....
<entry name="Ajjjjj">....
</root>

I would like to build a menu that sorts the entrys by first character, and
only display that character once even if several entrys begins with that
character.

Like this: [A]-[B]-[F]-[I]

I have tryed to match the first character whith proceding-siblings first
character, but i can't get it to work.

Any ideas?

Thomas Karlsen
Siteloft AS


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]