]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug #1335 where profile-chunk.xsl was xsl:including
authorBob Stayton <bobs@sagehill.net>
Sun, 7 Sep 2014 06:19:07 +0000 (06:19 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 7 Sep 2014 06:19:07 +0000 (06:19 +0000)
chunk-code.xsl instead of profile-chunk-code.xsl.

xsl/profiling/xsl2profile.xsl

index bdcb7566aed9378cabedff15b7ab066e5ac9219c..1989e1fffb984656abcb3b60444cae34f53de0ea 100644 (file)
   <xsl:copy/>
 </xsl:template>
 
+<xsl:template match="xsl:include[@href = 'chunk-code.xsl']">
+  <xsl:copy>
+    <xsl:attribute name="href">profile-chunk-code.xsl</xsl:attribute>
+  </xsl:copy>
+</xsl:template>
 </xsl:stylesheet>