]> granicus.if.org Git - docbook-dsssl/commitdiff
Always use automatic indexing
authorNorman Walsh <ndw@nwalsh.com>
Thu, 11 Oct 2001 00:19:34 +0000 (00:19 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 11 Oct 2001 00:19:34 +0000 (00:19 +0000)
xsl/fo/autoidx.xsl
xsl/fo/docbook.xsl
xsl/fo/index.xsl

index 9a998cc1a12ecb1d3a3df1116d3a689f1f7a83f5..8c7331161406f224ecd5c7f95d1517a0ddf4b8ea 100644 (file)
@@ -37,8 +37,6 @@
                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
                 version="1.0">
 
-<xsl:import href="docbook.xsl"/>
-
 <!-- ==================================================================== -->
 <!-- Derived from Jeni Tennison's work in the HTML case -->
 
index bc7aa8b90dd0a590dad7fe4dfdd5c756c9857fdc..2029640bb8e058df95f08f70a10c6a471afee4ee 100644 (file)
@@ -32,6 +32,7 @@
 <xsl:include href="../common/subtitles.xsl"/>
 <xsl:include href="../common/gentext.xsl"/>
 <xsl:include href="autotoc.xsl"/>
+<xsl:include href="autoidx.xsl"/>
 <xsl:include href="lists.xsl"/>
 <xsl:include href="callout.xsl"/>
 <xsl:include href="verbatim.xsl"/>
index f6095712e33036bd58d1fabcf220768b1bd18116..70054a84f82debcf7d174f282a216cdb5e7b89c5 100644 (file)
 <xsl:template match="indexentry">
 </xsl:template>
 
-<xsl:template name="generate-index">
-  <!-- nop: use autoidx.xsl to get automatic indexing -->
-</xsl:template>
-
 </xsl:stylesheet>