]> granicus.if.org Git - postgis/commitdiff
oops had left over junk -- get rid of junk
authorRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 14:42:21 +0000 (14:42 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 14:42:21 +0000 (14:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4954 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index 568647453096c700d2dcddbb59e87b570acbb5bd..fb5bace1747699dfc7311465aca0c6a7ef5c05d7 100644 (file)
 \r
                <sect1 id="PostGIS_TypeFunctionMatrix">\r
                        <title>PostGIS Type Function Matrix</title>\r
-\r
-                       <para>Below is an alphabetical listing of all functions in PostGIS and the kinds of spatial\r
-                               types they work with.</para>\r
-                       <para>An + means the function works with it natively.  A T means it does but has a transform cast built-in to \r
-                               do the work so not native. A * means the function works with it, but only does because of auto-casting\r
-                                       behavior.</para>\r
-\r
+                       <sect1info>\r
+                               <abstract>\r
+                                       <para>Below is an alphabetical listing of all functions in PostGIS and the kinds of spatial\r
+                                               types they work with.</para>\r
+                                       <para>An + means the function works with it natively.  A T means it does but has a transform cast built-in to \r
+                                               do the work so not native. A * means the function works with it, but only does because of auto-casting\r
+                                                       behavior.</para>\r
+                               </abstract>\r
+                       </sect1info>\r
                        <table frame='all'><title>Function Type Support Matrix</title>\r
                        <tgroup cols='5' align='left' colsep='1' rowsep='1'>\r
                                <colspec colname='function'/>\r
                        </xsl:for-each>\r
                        </tbody>\r
                </tgroup>\r
-               </table>\r
-                               \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
-                                       <xsl:variable name="refname">\r
-                                               <xsl:value-of select="refnamediv/refname" />\r
-                                       </xsl:variable>\r
-\r
-                       <!-- If at least one proto function accepts or returns a geography -->\r
-                                       <xsl:choose>\r
-                                               <xsl:when test="contains(refsynopsisdiv/funcsynopsis,'geometry_dump') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'geometry_dump')">\r
-                                                       <listitem><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></listitem>\r
-                                               </xsl:when>\r
-                                       </xsl:choose>\r
-                               </xsl:for-each>\r
-                               \r
-               </sect1>\r
+               </table>                \r
+          </sect1>\r
 \r
                <sect1 id="NewFunctions">\r
                        <title>New PostGIS Functions</title>\r