<!-- 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>