From: Michael Smith Date: Tue, 17 Jul 2007 14:11:59 +0000 (+0000) Subject: Don't output prolog in xsl2jref output (no doctype, not public ID, X-Git-Tag: release/1.79.1~6^2~1935 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fae3121165b66fd0b8d21f40c11141e663dbeb43;p=docbook-dsssl Don't output prolog in xsl2jref output (no doctype, not public ID, no system ID). Because otherwise we end up with the output tree getting populated with implied attributes some of which are no longer valid in DocBook 5. --- diff --git a/xsl/tools/xsl/build/xsl2jref.xsl b/xsl/tools/xsl/build/xsl2jref.xsl index dfbf4ed8b..16cef1231 100644 --- a/xsl/tools/xsl/build/xsl2jref.xsl +++ b/xsl/tools/xsl/build/xsl2jref.xsl @@ -3,6 +3,7 @@ version='1.0' xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:lxslt="http://xml.apache.org/xslt" + xmlns:xlink="http://www.w3.org/1999/xlink" exclude-result-prefixes="doc xsl lxslt"> @@ -10,8 +11,6 @@ @@ -52,12 +51,6 @@ - -//Norman Walsh//DTD JRefEntry V1.1//EN - http://docbook.sourceforge.net/release/jrefentry/1.1/jrefentry.dtd @@ -93,6 +86,7 @@ +