Building menus

Subject: Building menus
From: "Thomas Karlsen" <thomas@xxxxxxxxxxxx>
Date: Mon, 31 Jul 2000 10:11:34 +0200
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


Current Thread