]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug that affected Eclipse profiling. "etoc" was added as a named template to...
authorMauritz Jeanson <mj@johanneberg.com>
Wed, 15 Aug 2007 10:36:32 +0000 (10:36 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Wed, 15 Aug 2007 10:36:32 +0000 (10:36 +0000)
in "correct" mode.

xsl/profiling/xsl2profile.xsl

index 2c69596ce86a121769648c0c2586760e5ab678d8..84979f629791c8c7c9d23afea8d85cdacdb5786c 100644 (file)
@@ -81,7 +81,7 @@
   </xsl:copy>
 </xsl:template>
 
-<xsl:template match="xsl:template[@name='hhc-main' or @name='hhp-main'] | xsl:variable[@name='raw.help.title']">
+<xsl:template match="xsl:template[@name='hhc-main' or @name='hhp-main' or @name='etoc'] | xsl:variable[@name='raw.help.title']">
   <xsl:copy>
     <xsl:copy-of select="@*"/>
     <xsl:apply-templates mode="correct"/>