From: Bob Stayton Date: Sat, 6 Sep 2014 16:06:50 +0000 (+0000) Subject: Remove the d: namespace declaration because it is X-Git-Tag: release/1.79.1~6^2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e78716369924f22101df88619ad0ccb46f879787;p=docbook-dsssl Remove the d: namespace declaration because it is automatically added by the ns build process. --- diff --git a/xsl/template/titlepage.xsl b/xsl/template/titlepage.xsl index de836369b..b913de57d 100644 --- a/xsl/template/titlepage.xsl +++ b/xsl/template/titlepage.xsl @@ -5,8 +5,7 @@ xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:exsl="http://exslt.org/common" - xmlns:d="http://docbook.org/ns/docbook" - exclude-result-prefixes="doc t param exsl d" + exclude-result-prefixes="doc t param exsl" version='1.0'>