]> granicus.if.org Git - docbook-dsssl/commitdiff
Made the addns.xsl file import common/utility.xsl instead of
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 24 Jul 2007 05:49:12 +0000 (05:49 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 24 Jul 2007 05:49:12 +0000 (05:49 +0000)
common/common.xsl (because I moved the logging template that it
calls from common.xsl to utility.xsl, but forgot to update the
import here...)

releasetools/xslnsfiles/addns.xsl

index ef85656150fe42ffb5b3dc3628a5178c47994890..5a6e56be3c36cebba29f52136ec6b913ad82e281 100644 (file)
@@ -9,7 +9,7 @@
                 exclude-result-prefixes="d exsl saxon NodeInfo"
                 version='1.0'>
 
-<xsl:import href="../common/common.xsl"/>
+<xsl:import href="../common/utility.xsl"/>
 
 <!-- Template to add the namespace to non-namespaced documents -->
 <xsl:template match="*" mode="addNS">