]> granicus.if.org Git - docbook-dsssl/commitdiff
Suppress indexterms in no.anchor.mode
authorNorman Walsh <ndw@nwalsh.com>
Wed, 18 Apr 2001 14:42:58 +0000 (14:42 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 18 Apr 2001 14:42:58 +0000 (14:42 +0000)
xsl/common/titles.xsl

index 78725aaa26fe7062df3fc80e1f17846886611332..0f03641d03ce47ee239b7c7ad9fccadd96bbb1eb 100644 (file)
@@ -312,6 +312,10 @@ title of the element. This does not include the label.
   <xsl:apply-templates/>
 </xsl:template>
 
+<xsl:template match="indexterm" mode="no.anchor.mode">
+  <!-- nop, suppressed -->
+</xsl:template>
+
 <xsl:template match="xref" mode="no.anchor.mode">
   <!-- FIXME: this should generate the text without the link... -->
 </xsl:template>