]> granicus.if.org Git - docbook-dsssl/commitdiff
Added missing namespace declarations. Closes bug #2890069.
authorMauritz Jeanson <mj@johanneberg.com>
Fri, 20 Nov 2009 19:43:06 +0000 (19:43 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Fri, 20 Nov 2009 19:43:06 +0000 (19:43 +0000)
xsl/html/chunktoc.xsl

index 5423686785abfdcec2ab41a215fd2813f37da159..7f3fdd3ed58bac49519ceaaaa488696b084a7e99 100644 (file)
@@ -1,7 +1,10 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
-               version="1.0"
-                exclude-result-prefixes="doc">
+                xmlns:exsl="http://exslt.org/common"
+                xmlns:ng="http://docbook.org/docbook-ng"
+                xmlns:db="http://docbook.org/ns/docbook"
+                version="1.0"
+                exclude-result-prefixes="doc exsl ng db">
 
 <!-- ********************************************************************
      $Id$