]> granicus.if.org Git - docbook-dsssl/commitdiff
Modified refentry to use mode=title.markup rather than mode=title
authorBob Stayton <bobs@sagehill.net>
Thu, 7 Mar 2002 09:41:50 +0000 (09:41 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 7 Mar 2002 09:41:50 +0000 (09:41 +0000)
so indexterms are not included in the TOC entries for refentry.

xsl/html/autotoc.xsl

index bded61b905c433b06455889e9655bd9ac1487293..08d54eb49adcd9c4b8b0d558a450658566e51f3e 100644 (file)
   <xsl:variable name="title">
     <xsl:choose>
       <xsl:when test="$refentrytitle">
-        <xsl:apply-templates select="$refentrytitle[1]" mode="title"/>
+        <xsl:apply-templates select="$refentrytitle[1]" mode="title.markup"/>
       </xsl:when>
       <xsl:when test="$refname">
-        <xsl:apply-templates select="$refname[1]" mode="title"/>
+        <xsl:apply-templates select="$refname[1]" mode="title.markup"/>
       </xsl:when>
       <xsl:otherwise></xsl:otherwise>
     </xsl:choose>