]> granicus.if.org Git - docbook-dsssl/commitdiff
Reset suppress.navigation parameter to 1 to turn off useless nav headers.
authorBob Stayton <bobs@sagehill.net>
Thu, 19 Jun 2003 07:13:51 +0000 (07:13 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 19 Jun 2003 07:13:51 +0000 (07:13 +0000)
xsl/html/onechunk.xsl
xsl/html/profile-onechunk.xsl

index d4d17d9d2a0e38d4a67a611b4fb3cc6d26546d21..64d12b1cce8c5576c91f89fe9c3912abee036315 100644 (file)
@@ -12,6 +12,7 @@
 <!-- Ideally, onechunk would let anything be a chunk. But not today. -->
 
 <xsl:param name="onechunk" select="1"/>
+<xsl:param name="suppress.navigation">1</xsl:param>
 
 <xsl:template name="href.target.uri">
   <xsl:param name="object" select="."/>
index 9bcd74f18ffdd8f373a6010146d51e776c7e4896..6e963a8ed5880d3fd2279c92f5f9b4c0e156b543 100644 (file)
@@ -12,6 +12,7 @@
 <!-- Ideally, onechunk would let anything be a chunk. But not today. -->
 
 <xsl:param name="onechunk" select="1"/>
+<xsl:param name="suppress.navigation">1</xsl:param>
 
 <xsl:template name="href.target.uri">
   <xsl:param name="object" select="."/>