From: Mauritz Jeanson Date: Fri, 20 Nov 2009 19:43:06 +0000 (+0000) Subject: Added missing namespace declarations. Closes bug #2890069. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90969f199c998f17be3b6f951f88e2efc1f8ebaf;p=docbook-dsssl Added missing namespace declarations. Closes bug #2890069. --- diff --git a/xsl/html/chunktoc.xsl b/xsl/html/chunktoc.xsl index 542368678..7f3fdd3ed 100644 --- a/xsl/html/chunktoc.xsl +++ b/xsl/html/chunktoc.xsl @@ -1,7 +1,10 @@ + 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">