]> granicus.if.org Git - docbook-dsssl/commitdiff
Add cf to exclude-result-prefixes because it is for internal use only.
authorBob Stayton <bobs@sagehill.net>
Thu, 4 Aug 2005 07:03:47 +0000 (07:03 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 4 Aug 2005 07:03:47 +0000 (07:03 +0000)
xsl/html/chunk-code.xsl
xsl/html/chunkfast.xsl

index db47799b5e3dc3dee09d99aeeb2fbe63dfab2773..bb68358e213029bfac19106d0fcdeac6fb15bbe1 100644 (file)
@@ -4,7 +4,7 @@
                xmlns:ng="http://docbook.org/docbook-ng"
                xmlns:db="http://docbook.org/ns/docbook"
                 version="1.0"
-                exclude-result-prefixes="exsl ng db">
+                exclude-result-prefixes="exsl cf ng db">
 
 <!-- ********************************************************************
      $Id$
index 48258b302da8608b073456be248263a987b1f28d..42fd7588b13f62cdd510349926d776c7f055a091 100644 (file)
@@ -2,7 +2,7 @@
                 xmlns:exsl="http://exslt.org/common"
                 xmlns:cf="http://docbook.sourceforge.net/xmlns/chunkfast/1.0"
                version="1.0"
-                exclude-result-prefixes="exsl">
+                exclude-result-prefixes="cf exsl">
 
 <!-- ********************************************************************
      $Id$