From fc70369d3d40a9155e227ef784fcd99896935a61 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Wed, 29 Mar 2006 15:51:26 +0000 Subject: [PATCH] Add namespace prefixes db and ng into the list of excluded prefixes (their declarations are added when profiling stylesheets is generated). --- xsl/htmlhelp/htmlhelp-common.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/htmlhelp/htmlhelp-common.xsl b/xsl/htmlhelp/htmlhelp-common.xsl index 49ffb9d92..ca65a477f 100644 --- a/xsl/htmlhelp/htmlhelp-common.xsl +++ b/xsl/htmlhelp/htmlhelp-common.xsl @@ -8,7 +8,7 @@ xmlns:set="http://exslt.org/sets" xmlns:h="urn:x-hex" version="1.0" - exclude-result-prefixes="doc exsl set h"> + exclude-result-prefixes="doc exsl set h db ng">