[svnbook commit] r2622 - trunk/src/tools

cmpilato noreply at red-bean.com
Wed Jan 10 14:17:19 CST 2007


Author: cmpilato
Date: Wed Jan 10 14:17:19 2007
New Revision: 2622

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

Log:
* src/tools/html-stylesheet.xsl
* src/tools/fo-stylesheet.xsl
  Because I'm tired of looking this up repeatedly, put comments in the
  stylesheets which point to the official HTML-rendered versions of the
  parameter reference documentation.


Modified: trunk/src/tools/fo-stylesheet.xsl
==============================================================================
--- trunk/src/tools/fo-stylesheet.xsl	(original)
+++ trunk/src/tools/fo-stylesheet.xsl	Wed Jan 10 14:17:19 2007
@@ -1,5 +1,8 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
 
+  <!-- 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" />

Modified: trunk/src/tools/html-stylesheet.xsl
==============================================================================
--- trunk/src/tools/html-stylesheet.xsl	(original)
+++ trunk/src/tools/html-stylesheet.xsl	Wed Jan 10 14:17:19 2007
@@ -1,5 +1,8 @@
 <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"/>
 




More information about the svnbook-dev mailing list