]> granicus.if.org Git - postgis/commitdiff
revise 2.0 changed,enhanced, new to also capture paragraphs embedded in sub tags...
authorRegina Obe <lr@pcorp.us>
Fri, 24 Jun 2011 16:14:50 +0000 (16:14 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 24 Jun 2011 16:14:50 +0000 (16:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7469 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index a45a903fcbc1fac97f151c4a2e774e8c59299f0d..25dd9454f345c29d5c391d8b207621381d183731 100644 (file)
 
                                <!-- For each section if there is note about availability in this version -->
                                                        <xsl:for-each select="refsection">
-                                                               <xsl:for-each select="para">
+                                                               <xsl:for-each select="para | */para">
                                                                        <xsl:choose>
                                                                                <xsl:when test="contains(.,'Availability: 2.0')">
                                                                                        <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:variable>
                                <!-- For each section if there is note about enhanced in this version -->
                                                        <xsl:for-each select="refsection">
-                                                               <xsl:for-each select="para">
+                                                               <xsl:for-each select="para | */para">
                                                                        <xsl:choose>
                                                                                <xsl:when test="contains(.,'Enhanced: 2.0')">
                                                                                        <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /></simpara></listitem>
                                                </xsl:variable>
                                <!-- For each section if there is note about enhanced in this version -->
                                                        <xsl:for-each select="refsection">
-                                                               <xsl:for-each select="para">
+                                                               <xsl:for-each select="para | */para">
                                                                        <xsl:choose>
                                                                                <xsl:when test="contains(.,'Changed: 2.0')">
                                                                                        <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /></simpara></listitem>