[SCM] PostGIS branch master updated. 3.4.0rc1-779-g2c4aaa875

git at osgeo.org git at osgeo.org
Sat Nov 18 20:26:35 PST 2023


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  2c4aaa875147f206b1caecae8456f7abff5730f2 (commit)
      from  5fefa43d3eca0808c09dd9332459c9f6b779586f (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 2c4aaa875147f206b1caecae8456f7abff5730f2
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 18 23:26:31 2023 -0500

    Fix links in new functions section.  Closes #5615

diff --git a/doc/xsl/list_new_functions.xml.xsl b/doc/xsl/list_new_functions.xml.xsl
index 2187572eb..ac0f1cb8a 100644
--- a/doc/xsl/list_new_functions.xml.xsl
+++ b/doc/xsl/list_new_functions.xml.xsl
@@ -35,9 +35,6 @@
 			</xsl:variable>
 
 			<section>
-			<xsl:attribute name="xml:id">
-				<xsl:value-of select="concat('NewFunctions_', $ver_id)" />
-			</xsl:attribute>
 
 				<xsl:variable name="header" select="document('xsl-config.xml')//list_new_functions/per_version_header" />
 
@@ -79,7 +76,7 @@
 						</xsl:variable>
 
 						<xsl:variable name="refid">
-							<xsl:value-of select="@id" />
+							<xsl:value-of select="@xml:id" />
 						</xsl:variable>
 
 						<xsl:variable name="refname">

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

Summary of changes:
 doc/xsl/list_new_functions.xml.xsl | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list