h3 { font-size: 16px; line-height: 18px; margin-bottom: 16px;}
h4 { font-size: 14px; line-height: 16px; margin-bottom: 14px;}
h5 { font-size: 13px; line-height: 10px; margin-bottom: 13px;}
-table, td { border: 0; }
+/*table, td { border: 0; }*/
.table table, td {border: 1;}
<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
+ <para>A + means the function works with it natively. A T means it does but has a transform cast built-in to \r
+ cast to geometry, transform and then cast back. A * means the function works with it, but only does because of auto-casting\r
behavior.</para>\r
</abstract>\r
</sect1info>\r
</row>\r
</thead>\r
<tbody>\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
+ <!-- Exclude PostGIS types ,management functions, and long transaction support from consideration -->\r
+ <xsl:for-each select="sect1[not(@id='PostGIS_Types' or @id='Management_Functions' or @id='Long_Transactions_Support')]/refentry">\r
<xsl:sort select="@id"/>\r
<xsl:variable name='comment'>\r
<xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'
', ' '), '	', ' '))"/>\r
<!-- If at least one paragraph contains support 3d -->\r
<xsl:choose>\r
<!-- supports -->\r
- <xsl:when test="contains(refsection/para,'This function supports 3d') ">\r
+ <xsl:when test="contains(refsection/para/text(),'This function supports 3d')">\r
<entry>+</entry>\r
</xsl:when>\r
<!-- no support -->\r
<!-- Support for Curve -->\r
<xsl:choose>\r
<!-- supports -->\r
- <xsl:when test="contains(refsection/para,'supports Circular Strings') ">\r
+ <xsl:when test="contains(refsection/para/text(),'supports Circular Strings')">\r
<entry>+</entry>\r
</xsl:when>\r
<!-- no support -->\r