[svnbook commit] r2675 - trunk/src/tools

cmpilato noreply at red-bean.com
Fri Feb 9 05:31:47 CST 2007


Author: cmpilato
Date: Fri Feb  9 05:31:47 2007
New Revision: 2675

Modified:
   trunk/src/tools/chunk-stylesheet.xsl

Log:
* src/tools/chunk-stylesheet.xsl
  Add parameter reference comment, break first sections of each chapter into 
  their own chunk, and turn off the chunking notification.


Modified: trunk/src/tools/chunk-stylesheet.xsl
==============================================================================
--- trunk/src/tools/chunk-stylesheet.xsl	(original)
+++ trunk/src/tools/chunk-stylesheet.xsl	Fri Feb  9 05:31:47 2007
@@ -1,9 +1,15 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
 
   <xsl:import href="xsl/xhtml/chunk.xsl"/>
+  <xsl:include href="base-html-stylesheet.xsl"/>
 
-  <xsl:param name="use.id.as.filename">1</xsl:param>
+  <!-- PARAMETER REFERENCE:                                         -->
+  <!-- http://docbook.sourceforge.net/release/xsl/current/doc/html/ -->
 
-  <xsl:include href="base-html-stylesheet.xsl"/>
+  <!-- Uncomment this to enable auto-numbering of sections -->
+  <!-- xsl:param name="section.autolabel" select="1" / -->
+  <xsl:param name="use.id.as.filename">1</xsl:param>
+  <xsl:param name="chunk.first.sections">1</xsl:param>
+  <xsl:param name="chunk.quietly" select="1"></xsl:param>
 
 </xsl:stylesheet>




More information about the svnbook-dev mailing list