[svnbook commit] r2621 - trunk/src/tools

cmpilato noreply at red-bean.com
Wed Jan 10 14:12:01 CST 2007


Author: cmpilato
Date: Wed Jan 10 14:12:00 2007
New Revision: 2621

Modified:
   trunk/src/tools/fo-stylesheet.xsl
   trunk/src/tools/html-stylesheet.xsl

Log:
* src/tools/fo-stylesheet.xsl
* src/tools/html-stylesheet.xsl
  Add commented-out XSL parameters which enable auto-numbering of sections.


Modified: trunk/src/tools/fo-stylesheet.xsl
==============================================================================
--- trunk/src/tools/fo-stylesheet.xsl	(original)
+++ trunk/src/tools/fo-stylesheet.xsl	Wed Jan 10 14:12:00 2007
@@ -14,6 +14,9 @@
   <xsl:param name="admon.graphics.path">images/</xsl:param>
   <xsl:param name="admon.graphics.extension">.png</xsl:param>
 
+  <!-- Uncomment this to enable auto-numbering of sections -->
+  <!-- xsl:param name="section.autolabel" select="1" / -->
+
   <xsl:attribute-set name="sidebar.properties" use-attribute-sets="formal.object.properties">
     <xsl:attribute name="border-style">solid</xsl:attribute>
     <xsl:attribute name="border-width">.1mm</xsl:attribute>

Modified: trunk/src/tools/html-stylesheet.xsl
==============================================================================
--- trunk/src/tools/html-stylesheet.xsl	(original)
+++ trunk/src/tools/html-stylesheet.xsl	Wed Jan 10 14:12:00 2007
@@ -1,7 +1,9 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
 
   <xsl:import href="xsl/xhtml/docbook.xsl"/>
-
   <xsl:include href="base-html-stylesheet.xsl"/>
 
+  <!-- Uncomment this to enable auto-numbering of sections -->
+  <!-- xsl:param name="section.autolabel" select="1" / -->
+
 </xsl:stylesheet>




More information about the svnbook-dev mailing list