]> granicus.if.org Git - postgis/commitdiff
Sort what's new 2.0 by name of section insted of id since raster ids start with RT_...
authorRegina Obe <lr@pcorp.us>
Sat, 11 Jun 2011 13:41:19 +0000 (13:41 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 11 Jun 2011 13:41:19 +0000 (13:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7374 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index 06a2baaa65e5ae307bf38f46ab27d69ea2c932d9..a45a903fcbc1fac97f151c4a2e774e8c59299f0d 100644 (file)
                                <itemizedlist>
                                <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment  -->
                                        <xsl:for-each select='//refentry'>
-                                               <xsl:sort select="@id"/>
+                                               <xsl:sort select="refnamediv/refname"/>
                                                <xsl:variable name='comment'>
                                                        <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'&#x0d;&#x0a;', ' '), '&#09;', ' '))"/>
                                                </xsl:variable>