You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by st...@apache.org on 2002/06/11 10:02:27 UTC

cvs commit: xml-forrest/src/resources/library/xslt changes2document.xsl

stevenn     2002/06/11 01:02:27

  Modified:    src/resources/library/xslt changes2document.xsl
  Log:
  fixed xgump-changes generation
  
  Revision  Changes    Path
  1.3       +2 -1      xml-forrest/src/resources/library/xslt/changes2document.xsl
  
  Index: changes2document.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/library/xslt/changes2document.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes2document.xsl	8 Jun 2002 13:39:58 -0000	1.2
  +++ changes2document.xsl	11 Jun 2002 08:02:26 -0000	1.3
  @@ -22,7 +22,8 @@
    </xsl:template>
   
    <xsl:template match="release">
  -  <section title="Version {@version} ({@date})">
  +  <section>
  +   <title>Version <xsl:value-of select="@version"/> (<xsl:value-of select="@date"/>)</title>
      <ul>
       <xsl:apply-templates/>
      </ul>