]> granicus.if.org Git - docbook-dsssl/commitdiff
added "exslt" namespace binding to html/docbook.xsl file (in
authorMichael Smith <xmldoc@users.sourceforge.net>
Sun, 23 Mar 2008 04:32:34 +0000 (04:32 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sun, 23 Mar 2008 04:32:34 +0000 (04:32 +0000)
addition to existing "exsl" binding. reason is because lack of it
seems to cause processing problems when using the profiled
version of the stylsheet

xsl/html/docbook.xsl

index ee71c2b7dd65ab808d4a2e9be6dfd34f7e067305..d5f54865796f35e38b0c39b1eebbfd6a87f92ca1 100644 (file)
@@ -3,7 +3,8 @@
                 xmlns:ng="http://docbook.org/docbook-ng"
                 xmlns:db="http://docbook.org/ns/docbook"
                 xmlns:exsl="http://exslt.org/common"
-                exclude-result-prefixes="db ng exsl"
+                xmlns:exslt="http://exslt.org/common"
+                exclude-result-prefixes="db ng exsl exslt"
                 version='1.0'>
 
 <xsl:output method="html"