[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1049-gf46028160

git at osgeo.org git at osgeo.org
Wed Jun 28 12:41:51 PDT 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  f46028160a4a7ccdcd354084abd38b277328d6e6 (commit)
      from  6723674b73935e772701e9adc5d81bd2c7d763b6 (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 f46028160a4a7ccdcd354084abd38b277328d6e6
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jun 28 21:40:16 2023 +0200

    Seek deeper for availability

diff --git a/doc/xsl/list_new_functions.xml.xls b/doc/xsl/list_new_functions.xml.xls
index 0aed9700b..cfaa9d584 100644
--- a/doc/xsl/list_new_functions.xml.xls
+++ b/doc/xsl/list_new_functions.xml.xls
@@ -57,7 +57,7 @@
         <para>Functions new in PostGIS <xsl:value-of select="$ver" /></para>
         <itemizedlist>
         <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment  -->
-          <xsl:for-each select="$chap/*/refentry">
+          <xsl:for-each select="$chap//refentry">
             <xsl:sort select="refnamediv/refname"/>
             <xsl:variable name='comment'>
               <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'&#x0d;&#x0a;', ' '), '	', ' '))"/>
@@ -94,7 +94,7 @@
         <para>Functions enhanced in PostGIS <xsl:value-of select="$ver" /></para>
         <itemizedlist>
         <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment  -->
-        <xsl:for-each select="$chap/*/refentry">
+        <xsl:for-each select="$chap//refentry">
           <xsl:sort select="refnamediv/refname"/>
           <xsl:variable name='comment'>
             <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'&#x0d;&#x0a;', ' '), '	', ' '))"/>
@@ -131,7 +131,7 @@
         <para>Functions changed in PostGIS <xsl:value-of select="$ver" /></para>
         <itemizedlist>
         <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment  -->
-        <xsl:for-each select="$chap/*/refentry">
+        <xsl:for-each select="$chap//refentry">
           <xsl:sort select="refnamediv/refname"/>
           <xsl:variable name='comment'>
             <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'&#x0d;&#x0a;', ' '), '	', ' '))"/>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list