[SCM] PostGIS branch master updated. 3.5.0beta1-6-gfd3b52f0d

git at osgeo.org git at osgeo.org
Wed Sep 18 14:37:23 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  fd3b52f0d7b59e59e3ffa92cac00b22a8e274fd4 (commit)
      from  16721962049068cc26a18ee6a16eb42ac002b0c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fd3b52f0d7b59e59e3ffa92cac00b22a8e274fd4
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Sep 18 17:36:26 2024 -0400

    Fix support matrix so checks
    all reference chapter
    Closes #5778 for PostGIS 3.5.0

diff --git a/doc/xsl/table_body_function_support_matrix.xml.xsl b/doc/xsl/table_body_function_support_matrix.xml.xsl
index 8a9cba474..b1bf15540 100644
--- a/doc/xsl/table_body_function_support_matrix.xml.xsl
+++ b/doc/xsl/table_body_function_support_matrix.xml.xsl
@@ -13,12 +13,12 @@
 	 ******************************************************************** -->
 	<xsl:output method="xml" indent="yes" encoding="utf-8" />
 
-	<!-- We deal only with the reference chapter -->
+	<!-- We deal only with the reference chapters -->
 	<xsl:template match="/">
-		<xsl:apply-templates select="/db:book/db:chapter[@xml:id='reference']" />
+		<xsl:apply-templates select="/db:book/db:chapter[contains(@xml:id, 'reference')]" />
 	</xsl:template>
 
-	<xsl:template match="//db:chapter">
+	<xsl:template match="/">
 
       <!-- TODO: use entities or xinclude instead,
            to avoid duplication with postgis_special.xsl.xml

-----------------------------------------------------------------------

Summary of changes:
 doc/xsl/table_body_function_support_matrix.xml.xsl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list