Trying a different sorting.

svn path=/branches/test/; revision=14295
This commit is contained in:
ato
2010-01-21 18:54:27 +00:00
parent 99f549b541
commit a64f978c68
+2 -1
View File
@@ -89,7 +89,8 @@
<!-- Menu -->
<xsl:for-each select="/buildinfo/menuset/menu[not(@parent)]">
<xsl:sort select="@id"/>
<!--<xsl:sort select="@id"/>-->
<xsl:sort select="." />
<xsl:variable name="menu"><xsl:value-of select="@id"/></xsl:variable>
<xsl:element name="ul">
<xsl:for-each select="/buildinfo/menuset/menu[@parent=$menu]">