From a7654d3bb42385212b26b8d45fb9566b02328513 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Wed, 29 Mar 2006 15:59:52 +0000 Subject: [PATCH] OK, prefixes that are excluded, must be also declared, otherwise saxon complains --- xsl/htmlhelp/htmlhelp-common.xsl | 2 ++ 1 file changed, 2 insertions(+) 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"> -- 2.40.0