]> granicus.if.org Git - postgis/commitdiff
shorten matrix list to exclude operators and exception so pdf is not quite so ugly...
authorRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 17:17:25 +0000 (17:17 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 1 Dec 2009 17:17:25 +0000 (17:17 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4959 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index 9eb88d566eac5bdd52ebf6e569cd5b7b8f4a203e..c07760a0099c5351cb59c5d487cda675f2ac862c 100644 (file)
 \r
                <sect1 id="PostGIS_TypeFunctionMatrix">\r
                        <title>PostGIS Type Function Matrix</title>\r
-                       <sect1info>\r
-                               <abstract>\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
+\r
+                       <para>Below is an alphabetical listing of spatial specific functions in PostGIS and the kinds of spatial\r
+                               types they work with.</para>\r
+                       <para>A + means the function works with the type or subtype natively.  A T means it works 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
+                               \r
                        <table frame='all'><title>Function Support Matrix</title>\r
                        <tgroup cols='5' align='left' colsep='1' rowsep='1'>\r
                                <colspec colname='function' />\r
                                </row>\r
                        </thead>\r
                        <tbody>\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
+                       <!-- Exclude PostGIS types ,management functions, long transaction support, or exceptional functions from consideration  -->\r
+                       <!-- leaving out operators in an effor to try to fit on one page -->\r
+                       <xsl:for-each select="sect1[not(@id='PostGIS_Types' or @id='Management_Functions' or @id='Long_Transactions_Support' or @id='Exceptional_Functions' or @id='Operators')]/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