]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed SF ticket#3611689: added missing DocBook namespace declarations
authorThomas Schraitle <tom_schr@web.de>
Wed, 24 Apr 2013 06:35:21 +0000 (06:35 +0000)
committerThomas Schraitle <tom_schr@web.de>
Wed, 24 Apr 2013 06:35:21 +0000 (06:35 +0000)
xsl/html/chunktoc.xsl

index 48588a105c59b1b5dcf73a6d21c52894d2d149e3..6fc6365172a2f63ff8dfa9d63f0aa068c8ed7821 100644 (file)
@@ -1,7 +1,9 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
+                xmlns:db="http://docbook.org/ns/docbook"
+                xmlns:ng="http://docbook.org/docbook-ng"
                version="1.0"
-                exclude-result-prefixes="doc">
+                exclude-result-prefixes="doc db ng">
 
 <!-- ********************************************************************
      $Id$