dleslie     01/01/26 06:28:24

  Modified:    java/xdocs/style/stylesheets bugs.xsl
  Log:
  Changed tag identifying SPRs from "Name" to "SPR#"
  
  Revision  Changes    Path
  1.5       +2 -2      xml-xalan/java/xdocs/style/stylesheets/bugs.xsl
  
  Index: bugs.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/style/stylesheets/bugs.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- bugs.xsl  2001/01/25 14:40:18     1.4
  +++ bugs.xsl  2001/01/26 14:28:23     1.5
  @@ -23,9 +23,9 @@
     </xsl:template>
   
     <xsl:template match="Name">
  -    <ref>Name: </ref><xsl:value-of select="."/>
  +    <ref>SPR#: </ref><xsl:value-of select="."/>
     </xsl:template>
  -  <xsl:template match="DateCreated">      
  +  <xsl:template match="DateCreated">
       <ref> Date Created: </ref><xsl:value-of select="."/><br/>
     </xsl:template>    
     <xsl:template match="TestDesc">    
  
  
  

Reply via email to