dleslie     01/01/25 06:40:20

  Modified:    java/xdocs/style/stylesheets bugs.xsl
  Log:
  Revised spacing of items in the bug list.
  
  Revision  Changes    Path
  1.4       +4 -4      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- bugs.xsl  2001/01/24 22:36:34     1.3
  +++ bugs.xsl  2001/01/25 14:40:18     1.4
  @@ -13,7 +13,7 @@
         <p>Open bugs:</p>
         <ul>
         <xsl:for-each select="Spr[string(State)='Open'] 
[string(Subsystem)!='Other']">
  -        <li><xsl:apply-templates 
select="Name|DateCreated|TestDesc"/><br/><br/></li>
  +        <li><xsl:apply-templates select="Name|DateCreated|TestDesc"/></li>
         </xsl:for-each>
         </ul>
       </xsl:if>
  @@ -23,13 +23,13 @@
     </xsl:template>
   
     <xsl:template match="Name">
  -    <ref>Name: </ref><xsl:value-of select="."/><br/>
  +    <ref>Name: </ref><xsl:value-of select="."/>
     </xsl:template>
     <xsl:template match="DateCreated">      
  -    <ref>Date Created: </ref><xsl:value-of select="."/><br/>
  +    <ref> Date Created: </ref><xsl:value-of select="."/><br/>
     </xsl:template>    
     <xsl:template match="TestDesc">    
  -    <ref>Description: </ref><xsl:value-of select="."/><br/>
  +    <ref>Description: </ref><xsl:value-of select="."/><br/><br/>
     </xsl:template>    
     
   </xsl:stylesheet>
  
  
  

Reply via email to