]> granicus.if.org Git - docbook-dsssl/commitdiff
Added new rules to profile all content generated by HTML Help (including alias files)
authorJirka Kosek <jirka@kosek.cz>
Tue, 4 Dec 2007 10:39:01 +0000 (10:39 +0000)
committerJirka Kosek <jirka@kosek.cz>
Tue, 4 Dec 2007 10:39:01 +0000 (10:39 +0000)
xsl/profiling/xsl2profile.xsl

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