to prevent index entries from appearing in the TOC.
</xsl:template>
<xsl:template match="refentrytitle|refname" mode="title.markup">
- <xsl:apply-templates/>
+ <xsl:param name="allow-anchors" select="0"/>
+ <xsl:choose>
+ <xsl:when test="$allow-anchors != 0">
+ <xsl:apply-templates/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:apply-templates mode="no.anchor.mode"/>
+ </xsl:otherwise>
+ </xsl:choose>
</xsl:template>
<xsl:template match="section