[svnbook commit] r1296 - trunk/src/tools

maxb svnbook-dev at red-bean.com
Tue May 17 09:09:42 CDT 2005


Author: maxb
Date: Tue May 17 09:09:41 2005
New Revision: 1296

Modified:
   trunk/src/tools/chunk-stylesheet.xsl
Log:
* tools/chunk-stylesheet.xml: Turn off fast chunking again. It *was* faster,
    but seems to cause the "Next" and "Previous" links to omitted. I'm not
    sure whether that is considered a bug or a feature by the DocBook project.


Modified: trunk/src/tools/chunk-stylesheet.xsl
==============================================================================
--- trunk/src/tools/chunk-stylesheet.xsl	(original)
+++ trunk/src/tools/chunk-stylesheet.xsl	Tue May 17 09:09:41 2005
@@ -5,7 +5,6 @@
   <xsl:param name="html.stylesheet">styles.css</xsl:param>
   <xsl:param name="toc.section.depth">3</xsl:param>
   <xsl:param name="annotate.toc">0</xsl:param>
-  <xsl:param name="chunk.fast">1</xsl:param>
 
   <xsl:template match="sect1" mode="toc">
     <xsl:param name="toc-context" select="."/>



More information about the svnbook-dev mailing list