]> granicus.if.org Git - postgis/commitdiff
get rid of border=0 altogether exclude management,types, and transaction from matrix
authorRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 16:42:57 +0000 (16:42 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 16:42:57 +0000 (16:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4957 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/style.css
doc/xsl/postgis_aggs_mm.xml.xsl

index 7bcd444e6203a0a8892aae68d7fac2edfb8bdb60..b10e502fee94759ddb76067a9d4576211af785db 100644 (file)
@@ -20,7 +20,7 @@ h2 { font-size: 22px; line-height: 22px; margin-bottom: 21px;}
 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;}
 
 
index fb5bace1747699dfc7311465aca0c6a7ef5c05d7..2aafc30e3bf12eec42977008fbf95df09d656f52 100644 (file)
                                <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,'&#x0d;&#x0a;', ' '), '&#09;', ' '))"/>\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