]> granicus.if.org Git - postgis/commitdiff
take out 2.4 enhanced functions section, bah we've enhanced nothing and docbook doesn...
authorRegina Obe <lr@pcorp.us>
Sat, 11 Mar 2017 06:21:06 +0000 (06:21 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 11 Mar 2017 06:21:06 +0000 (06:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15328 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index 744ed3fc40a89adef25fbc6d60fdebf73cbd4f2e..d3f588ec3ed688f49bdcbf5e278bceef569cb4d3 100644 (file)
                                        </xsl:for-each>
                                </itemizedlist>
                                
-                               <para>The functions given below are PostGIS functions that are enhanced in PostGIS 2.4.</para>
-                               <itemizedlist>
-                               <!-- Pull out the purpose section for each ref entry   -->
-                                       <xsl:for-each select='//refentry'>
-                                               <xsl:sort select="@id"/>
-                                               <xsl:variable name="refid">
-                                                       <xsl:value-of select="@id" />
-                                               </xsl:variable>
-                                               
-                                               <xsl:variable name="refname">
-                                                       <xsl:value-of select="refnamediv/refname" />
-                                               </xsl:variable>
-                               <!-- For each section if there is note about enhanced in this version -->
-                                                       <xsl:for-each select="refsection">
-                                                               <xsl:for-each select="para | */para">
-                                                                       <xsl:choose>
-                                                                               <xsl:when test="contains(.,'Enhanced: 2.4')">
-                                                                                       <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /></simpara></listitem>
-                                                                               </xsl:when>
-                                                                       </xsl:choose>
-                                                               </xsl:for-each>
-                                                       </xsl:for-each>
-                                       </xsl:for-each>
-                               </itemizedlist> 
+                               <para>TODO: Enhance some functions in 2.4 so this space isn't empty.</para>
+                               
                        </sect2>
             
                        <sect2 id="NewFunctions_2_3">