]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug #1335 (2)
authorAlexander Lakhin <exclusion@gmail.com>
Mon, 10 Oct 2016 10:19:04 +0000 (13:19 +0300)
committerbobstayton <bobs@sagehill.net>
Thu, 7 Jun 2018 17:31:41 +0000 (10:31 -0700)
xsl/profiling/xsl2profile.xsl

index 060202dd843cc50bd737f7e49bea6dfd1e99006e..244fd7bc2fb47abbf3725d29009dcdcf73e72149 100644 (file)
     <xsl:attribute name="href">profile-chunk-code.xsl</xsl:attribute>
   </xsl:copy>
 </xsl:template>
+
+<xsl:template match="xsl:import[@href = 'chunk.xsl']">
+  <xsl:copy>
+    <xsl:attribute name="href">profile-chunk.xsl</xsl:attribute>
+  </xsl:copy>
+</xsl:template>
 </xsl:stylesheet>