diff options
Diffstat (limited to 'docs/xslt/docbook2pearson.xsl')
-rw-r--r-- | docs/xslt/docbook2pearson.xsl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/xslt/docbook2pearson.xsl b/docs/xslt/docbook2pearson.xsl index f95997b1d9..d276d31991 100644 --- a/docs/xslt/docbook2pearson.xsl +++ b/docs/xslt/docbook2pearson.xsl @@ -102,12 +102,8 @@ <xsl:apply-templates/> </xsl:template> -<xsl:template match="index"> - <xsl:comment> XXX insert index here </xsl:comment> - <!-- chapter> - <xsl:call-template name="transform.id.attribute"/> - <xsl:apply-templates/> -</chapter --> + <xsl:template match="index"> + <xsl:comment> XXX insert index here </xsl:comment> </xsl:template> <xsl:template match="preface"> |