From 80ab6607ba863a1261f642ef90cf53287154721d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 23 Mar 2008 04:32:34 +0000 Subject: [PATCH] added "exslt" namespace binding to html/docbook.xsl file (in addition to existing "exsl" binding. reason is because lack of it seems to cause processing problems when using the profiled version of the stylsheet --- xsl/html/docbook.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index ee71c2b7d..d5f548657 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -3,7 +3,8 @@ xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook" xmlns:exsl="http://exslt.org/common" - exclude-result-prefixes="db ng exsl" + xmlns:exslt="http://exslt.org/common" + exclude-result-prefixes="db ng exsl exslt" version='1.0'>