From: Michael Smith Date: Sun, 28 Aug 2005 15:26:33 +0000 (+0000) Subject: Changed version attribute on xsl:stylesheet from 1.1 to 1.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4e0a70fe3cc49ee7ce22c9fa0939af69a6396a3;p=docbook-dsssl Changed version attribute on xsl:stylesheet from 1.1 to 1.0 --- diff --git a/xsl/html/chunker.xsl b/xsl/html/chunker.xsl index a4efc1855..a199454e1 100644 --- a/xsl/html/chunker.xsl +++ b/xsl/html/chunker.xsl @@ -4,7 +4,7 @@ xmlns:xalanredirect="org.apache.xalan.xslt.extensions.Redirect" xmlns:exsl="http://exslt.org/common" xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" - version="1.1" + version="1.0" exclude-result-prefixes="doc" extension-element-prefixes="saxon xalanredirect lxslt exsl">