zongaro     2003/01/31 13:48:20

  Modified:    java     todo.xsl
  Log:
  Removed current project name from list of past developers, as it might not be
  pertinent.
  
  Revision  Changes    Path
  1.6       +1 -1      xml-xalan/java/todo.xsl
  
  Index: todo.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/todo.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- todo.xsl  30 Jan 2003 17:32:55 -0000      1.5
  +++ todo.xsl  31 Jan 2003 21:48:20 -0000      1.6
  @@ -135,7 +135,7 @@
       </xsl:for-each>
       </ul>
       <xsl:if test="boolean(devs/person[@status = 'emeritus'])">
  -      <p>And the Hall-of-Fame list of past developers on <xsl:value-of 
select="/todo/@project"/>:</p>
  +      <p>And the Hall-of-Fame list of past developers:</p>
         <ul>
         <xsl:for-each select="devs/person[@status = 'emeritus']">
           <li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to