summaryrefslogtreecommitdiff
path: root/html/chunker.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'html/chunker.xsl')
-rw-r--r--html/chunker.xsl9
1 files changed, 4 insertions, 5 deletions
diff --git a/html/chunker.xsl b/html/chunker.xsl
index 5a79734..3e2cf29 100644
--- a/html/chunker.xsl
+++ b/html/chunker.xsl
@@ -1,19 +1,18 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:saxon="http://icl.com/saxon"
+ xmlns:d="http://docbook.org/ns/docbook"
+ xmlns:saxon="http://icl.com/saxon"
xmlns:lxslt="http://xml.apache.org/xslt"
xmlns:redirect="http://xml.apache.org/xalan/redirect"
xmlns:exsl="http://exslt.org/common"
xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
version="1.0"
- exclude-result-prefixes="saxon lxslt redirect exsl doc"
+ exclude-result-prefixes="saxon lxslt redirect exsl doc d"
extension-element-prefixes="saxon redirect lxslt exsl">
<!-- ********************************************************************
- $Id: chunker.xsl 9741 2013-04-11 21:57:59Z bobstayton $
- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->