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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7654d3bb42385212b26b8d45fb9566b02328513;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">