]> granicus.if.org Git - postgis/commitdiff
Update special index to include a what is new in 1.5 section
authorRegina Obe <lr@pcorp.us>
Fri, 26 Jun 2009 12:43:02 +0000 (12:43 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 26 Jun 2009 12:43:02 +0000 (12:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4222 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index eca56882a0940b993ff9b72bd0f5e3d5973ca6fc..0ab9e38e55e8fb4a44303fa0182c03006c37f708 100644 (file)
 \r
                <sect1 id="NewFunctions">\r
                        <title>New PostGIS Functions</title>\r
+                       <sect2 id="NewFunctions_1_5">\r
+                               <title>PostGIS Functions new in 1.5</title>\r
+                               <para>The functions given below are PostGIS functions that were introduced in this major release.</para>\r
+                               <itemizedlist>\r
+                               <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment  -->\r
+                                       <xsl:for-each select='sect1/refentry'>\r
+                                               <xsl:sort select="@id"/>\r
+                                               <xsl:variable name='comment'>\r
+                                                       <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'&#x0d;&#x0a;', ' '), '&#09;', ' '))"/>\r
+                                               </xsl:variable>\r
+                                               <xsl:variable name="refid">\r
+                                                       <xsl:value-of select="@id" />\r
+                                               </xsl:variable>\r
+       \r
+                               <!-- For each section if there is note about availability in this version -->\r
+                                                       <xsl:for-each select="refsection">\r
+                                                               <xsl:for-each select="para">\r
+                                                                       <xsl:choose>\r
+                                                                               <xsl:when test="contains(.,'Availability: 1.5')">\r
+                                                                                       <listitem><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:text> </xsl:text><xsl:value-of select="." /></listitem>\r
+                                                                               </xsl:when>\r
+                                                                       </xsl:choose>\r
+                                                               </xsl:for-each>\r
+                                                       </xsl:for-each>\r
+                                       </xsl:for-each>\r
+                               </itemizedlist>\r
+                       </sect2>\r
                        <sect2 id="NewFunctions_1_4">\r
-                       <title>PostGIS Functions new in 1.4</title>\r
-                       <para>The functions given below are PostGIS functions that were introduced in this major release.</para>\r
-                       <itemizedlist>\r
-                       <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment  -->\r
-                               <xsl:for-each select='sect1/refentry'>\r
-                                       <xsl:sort select="@id"/>\r
-                                       <xsl:variable name='comment'>\r
-                                               <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'&#x0d;&#x0a;', ' '), '&#09;', ' '))"/>\r
-                                       </xsl:variable>\r
-                                       <xsl:variable name="refid">\r
-                                               <xsl:value-of select="@id" />\r
-                                       </xsl:variable>\r
-\r
-                       <!-- For each section if there is note about availability in this version -->\r
-                                               <xsl:for-each select="refsection">\r
-                                                       <xsl:for-each select="para">\r
-                                                               <xsl:choose>\r
-                                                                       <xsl:when test="contains(.,'Availability: 1.4')">\r
-                                                                               <listitem><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:text> </xsl:text><xsl:value-of select="." /></listitem>\r
-                                                                       </xsl:when>\r
-                                                               </xsl:choose>\r
+                               <title>PostGIS Functions new in 1.4</title>\r
+                               <para>The functions given below are PostGIS functions that were introduced in PostGIS v 1.4+ .</para>\r
+                               <itemizedlist>\r
+                               <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment  -->\r
+                                       <xsl:for-each select='sect1/refentry'>\r
+                                               <xsl:sort select="@id"/>\r
+                                               <xsl:variable name='comment'>\r
+                                                       <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'&#x0d;&#x0a;', ' '), '&#09;', ' '))"/>\r
+                                               </xsl:variable>\r
+                                               <xsl:variable name="refid">\r
+                                                       <xsl:value-of select="@id" />\r
+                                               </xsl:variable>\r
+       \r
+                               <!-- For each section if there is note about availability in this version -->\r
+                                                       <xsl:for-each select="refsection">\r
+                                                               <xsl:for-each select="para">\r
+                                                                       <xsl:choose>\r
+                                                                               <xsl:when test="contains(.,'Availability: 1.4')">\r
+                                                                                       <listitem><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:text> </xsl:text><xsl:value-of select="." /></listitem>\r
+                                                                               </xsl:when>\r
+                                                                       </xsl:choose>\r
+                                                               </xsl:for-each>\r
                                                        </xsl:for-each>\r
-                                               </xsl:for-each>\r
-                               </xsl:for-each>\r
+                                       </xsl:for-each>\r
                                </itemizedlist>\r
                        </sect2>\r
                        <sect2 id="NewFunctions_1_3">\r