oops had left over junk -- get rid of junk

git-svn-id: http://svn.osgeo.org/postgis/trunk@4954 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2009-12-01 14:42:21 +00:00
parent 93bdb17e87
commit 4f74905e26

View file

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