From: Michael Smith Date: Sun, 23 Mar 2008 04:32:34 +0000 (+0000) Subject: added "exslt" namespace binding to html/docbook.xsl file (in X-Git-Tag: release/1.79.1~6^2~1393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3d49e29a4ea1cc8bd23914117d0c1dcc15672a8;p=docbook-dsssl 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 --- 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'>