]> granicus.if.org Git - docbook-dsssl/commitdiff
Changed the default from 1 to 0 because this feature
authorBob Stayton <bobs@sagehill.net>
Mon, 22 Jul 2002 16:34:21 +0000 (16:34 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 22 Jul 2002 16:34:21 +0000 (16:34 +0000)
is not supported in all browsers, and because it
reduces processing performance by 20-30%.

xsl/params/html.extra.head.links.xml

index 383b3769dd18e3bb5daf17fbcfdfaa0f67398279..5680e597549db46772dfbac12dd88a5f1dd9b816 100644 (file)
@@ -10,7 +10,7 @@
 
 <refsynopsisdiv>
 <src:fragment id='html.extra.head.links.frag'>
-<xsl:param name="html.extra.head.links" select="1"/>
+<xsl:param name="html.extra.head.links" select="0"/>
 </src:fragment>
 </refsynopsisdiv>