]> granicus.if.org Git - docbook-dsssl/commitdiff
Support annotated TOCs
authoruid48421 <uid48421>
Wed, 4 Jul 2001 10:07:14 +0000 (10:07 +0000)
committeruid48421 <uid48421>
Wed, 4 Jul 2001 10:07:14 +0000 (10:07 +0000)
xsl/html/autotoc.xsl

index 0b365d985328f1b29ddeaa1918c5f1dcdac13089..3ab3ac97df831489528017531e1376759c92a169 100644 (file)
       </xsl:attribute>
       <xsl:copy-of select="$title"/>
     </a>
+    <xsl:if test="annotate.toc != 0">
+      <xsl:text> - </xsl:text>
+      <xsl:value-of select="refnamediv/refpurpose"/>
+    </xsl:if>
   </xsl:element>
 </xsl:template>