]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove extension namespace declarations; they aren't actually used in this module
authorNorman Walsh <ndw@nwalsh.com>
Tue, 10 Jul 2001 17:00:45 +0000 (17:00 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 10 Jul 2001 17:00:45 +0000 (17:00 +0000)
xsl/html/chunk.xsl

index 2b7e7bed311282d4aea6c41d06acada140acefe7..c53db618cafbdb12ed69ac2c473e8b3342539e93 100644 (file)
@@ -1,13 +1,11 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns:saxon="http://icl.com/saxon"
-                xmlns:lxslt="http://xml.apache.org/xslt"
-                xmlns:xalanredirect="org.apache.xalan.xslt.extensions.Redirect"
                 xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
                version="1.1"
-                exclude-result-prefixes="doc"
-                extension-element-prefixes="saxon xalanredirect lxslt">
+                exclude-result-prefixes="doc">
 
 <!-- This stylesheet works with Saxon and Xalan; for XT use xtchunk.xsl -->
+<!-- This stylesheet should also work for any processor that supports   -->
+<!-- exslt:document() (see http://www.exslt.org/)                       -->
 
 <xsl:import href="autoidx.xsl"/>
 <xsl:include href="chunk-common.xsl"/>