[svnbook commit] r2624 - trunk/src/tools

cmpilato noreply at red-bean.com
Wed Jan 10 14:41:42 CST 2007


Author: cmpilato
Date: Wed Jan 10 14:41:41 2007
New Revision: 2624

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

Log:
* src/tools/fo-stylesheet.xsl
* src/tools/html-stylesheet.xsl
  Rearrange the order of some stuff in the stylesheets, because for
  whatever reason it means the difference between a failed or a
  successful built on my box.


Modified: trunk/src/tools/fo-stylesheet.xsl
==============================================================================
--- trunk/src/tools/fo-stylesheet.xsl	(original)
+++ trunk/src/tools/fo-stylesheet.xsl	Wed Jan 10 14:41:41 2007
@@ -1,25 +1,20 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
 
+  <xsl:import href="xsl/fo/docbook.xsl"/>
+
   <!-- PARAMETER REFERENCE:                                       -->
   <!-- http://docbook.sourceforge.net/release/xsl/current/doc/fo/ -->
 
-  <xsl:import href="xsl/fo/docbook.xsl"/>
-
   <xsl:param name="fop.extensions" select="1" />
   <xsl:param name="variablelist.as.blocks" select="1" />
-  <xsl:param name="admon.graphics" select="1" />
-
-  <!-- xsl:param name="draft.mode">yes</xsl:param -->
-
   <xsl:param name="body.start.indent">0pt</xsl:param>
   <xsl:param name="body.font.family">sans-serif</xsl:param>
   <xsl:param name="dingbat.font.family">sans-serif</xsl:param>
+  <xsl:param name="admon.graphics" select="1" />
   <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:41:41 2007
@@ -1,11 +1,11 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
 
-  <!-- PARAMETER REFERENCE:                                         -->
-  <!-- http://docbook.sourceforge.net/release/xsl/current/doc/html/ -->
-
   <xsl:import href="xsl/xhtml/docbook.xsl"/>
   <xsl:include href="base-html-stylesheet.xsl"/>
 
+  <!-- PARAMETER REFERENCE:                                         -->
+  <!-- http://docbook.sourceforge.net/release/xsl/current/doc/html/ -->
+
   <!-- Uncomment this to enable auto-numbering of sections -->
   <!-- xsl:param name="section.autolabel" select="1" / -->
 




More information about the svnbook-dev mailing list