You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/10/02 08:32:32 UTC

cvs commit: xml-forrest/src/resources/stylesheets directory2book.xsl

nicolaken    2003/10/01 23:32:32

  Modified:    src/resources/stylesheets directory2book.xsl
  Log:
  Fixed slightly erroneous patch.
  
  Revision  Changes    Path
  1.9       +1 -3      xml-forrest/src/resources/stylesheets/directory2book.xsl
  
  Index: directory2book.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/directory2book.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- directory2book.xsl	30 Sep 2003 15:13:07 -0000	1.8
  +++ directory2book.xsl	2 Oct 2003 06:32:32 -0000	1.9
  @@ -20,8 +20,6 @@
     <map:transform src="resources/stylesheets/directory2book.xsl" />
     <map:serialize type="xml"/>
   </map:match>
  -
  -
   -->
   
   <xsl:stylesheet version="1.0"
  @@ -31,7 +29,7 @@
     <xsl:output doctype-system="book-cocoon-v10.dtd" doctype-public="-//APACHE//DTD Cocoon Documentation Book V1.0//EN"/>
   
     <xsl:param name="expected-extension" select="'xml'"/>
  -  <xsl:param name="served-extension" select="html"/>
  +  <xsl:param name="served-extension" select="'html'"/>
   
     <xsl:variable name="ext" select="concat('.', $expected-extension)"/>
     <xsl:variable name="sext" select="concat('.', $served-extension)"/>