vmassol     01/04/28 04:53:11

  Modified:    cactus/docs/framework/skins/jakarta.apache.org/stylesheets
                        book2project.xsl
  Log:
  Add a new XSL parameter 'updated' that is used to display the last site update in 
the site left menu
  
  Revision  Changes    Path
  1.2       +4 -0      
jakarta-commons/cactus/docs/framework/skins/jakarta.apache.org/stylesheets/book2project.xsl
  
  Index: book2project.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/docs/framework/skins/jakarta.apache.org/stylesheets/book2project.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book2project.xsl  2001/04/09 11:52:31     1.1
  +++ book2project.xsl  2001/04/28 11:53:10     1.2
  @@ -6,7 +6,11 @@
     <xsl:template match="book">
   
       <project>
  +
         <parameter name="copyright" value="{@copyright}"/>
  +      <parameter name="updated" value="{@updated}"/>
  +      <parameter name="software" value="{@software}"/>
  +
         <resource source="sbk:/style/resources/logocactus.gif" 
target="images/logocactus.gif"/>
         <resource source="sbk:/style/resources/jakarta-logo.gif" 
target="images/jakarta-logo.gif"/>
         <resource source="sbk:/style/resources/update.jpg" 
target="images/update.jpg"/>
  
  
  

Reply via email to