[postgis-tickets] r16432 - fix xsl script. Was flagging 2.4 items instead of 2.5 for 2.5

Regina Obe lr at pcorp.us
Tue Feb 27 02:55:06 PST 2018


Author: robe
Date: 2018-02-27 02:55:06 -0800 (Tue, 27 Feb 2018)
New Revision: 16432

Modified:
   trunk/doc/xsl/postgis_aggs_mm.xml.xsl
Log:
fix xsl script.  Was flagging 2.4 items instead of 2.5 for 2.5

Modified: trunk/doc/xsl/postgis_aggs_mm.xml.xsl
===================================================================
--- trunk/doc/xsl/postgis_aggs_mm.xml.xsl	2018-02-27 10:53:34 UTC (rev 16431)
+++ trunk/doc/xsl/postgis_aggs_mm.xml.xsl	2018-02-27 10:55:06 UTC (rev 16432)
@@ -540,7 +540,7 @@
 							<xsl:for-each select="refsection">
 								<xsl:for-each select="para | */para">
 									<xsl:choose>
-										<xsl:when test="contains(.,'Enhanced: 2.4')">
+										<xsl:when test="contains(.,'Enhanced: 2.5')">
 											<listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /><xsl:text> </xsl:text> <xsl:value-of select="$comment" /></simpara></listitem>
 										</xsl:when>
 									</xsl:choose>
@@ -573,7 +573,7 @@
 							<xsl:for-each select="refsection">
 								<xsl:for-each select="para | */para">
 									<xsl:choose>
-										<xsl:when test="contains(.,'Changed: 2.4')">
+										<xsl:when test="contains(.,'Changed: 2.5')">
 											<listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /><xsl:text> </xsl:text> <xsl:value-of select="$comment" /></simpara></listitem>
 										</xsl:when>
 									</xsl:choose>



More information about the postgis-tickets mailing list