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 table, td {border: 1;}
+.table table, td {border: 1;padding: 0}
/* 3. Block Formatted
<title>PostGIS Type Function Matrix</title>\r
<sect1info>\r
<abstract>\r
- <para>Below is an alphabetical listing of all functions in PostGIS and the kinds of spatial\r
+ <para>Below is an alphabetical listing of all spatial functions in PostGIS and the kinds of spatial\r
types they work with.</para>\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
- <table frame='all'><title>Function Type Support Matrix</title>\r
+ <table frame='all'><title>Function Support Matrix</title>\r
<tgroup cols='5' align='left' colsep='1' rowsep='1'>\r
- <colspec colname='function'/>\r
- <colspec colname='geometry'/>\r
- <colspec colname='geography'/>\r
- <colspec colname='3D'/>\r
- <colspec colname='Curves'/>\r
+ <colspec colname='function' />\r
+ <colspec colname='geometry' align='center'/>\r
+ <colspec colname='geography' align='center'/>\r
+ <colspec colname='3D' align='center'/>\r
+ <colspec colname='Curves' align='center'/>\r
<thead>\r
<row>\r
<entry>Function</entry>\r
<!-- If at least one paragraph contains support 3d -->\r
<xsl:choose>\r
<!-- supports -->\r
- <xsl:when test="contains(refsection/para/text(),'This function supports 3d')">\r
+ <xsl:when test="contains(.,'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/text(),'supports Circular Strings')">\r
+ <xsl:when test="contains(.,'supports Circular Strings')">\r
<entry>+</entry>\r
</xsl:when>\r
<!-- no support -->\r