From: Jirka Kosek Date: Wed, 29 Mar 2006 15:59:52 +0000 (+0000) Subject: OK, prefixes that are excluded, must be also declared, otherwise saxon complains X-Git-Tag: release/1.79.1~6^2~2934 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f76bdd96a3a12f67a6bafb37f6d0864972a3f76;p=docbook-dsssl OK, prefixes that are excluded, must be also declared, otherwise saxon complains --- diff --git a/xsl/htmlhelp/htmlhelp-common.xsl b/xsl/htmlhelp/htmlhelp-common.xsl index ca65a477f..cc281add0 100644 --- a/xsl/htmlhelp/htmlhelp-common.xsl +++ b/xsl/htmlhelp/htmlhelp-common.xsl @@ -7,6 +7,8 @@ xmlns:exsl="http://exslt.org/common" xmlns:set="http://exslt.org/sets" xmlns:h="urn:x-hex" + xmlns:ng="http://docbook.org/docbook-ng" + xmlns:db="http://docbook.org/ns/docbook" version="1.0" exclude-result-prefixes="doc exsl set h db ng">