hlship      2003/08/21 07:59:18

  Modified:    hivemind/src/xsl hivemind.xsl
  Log:
  Minor tweak to XSL output.
  
  Revision  Changes    Path
  1.15      +3 -3      jakarta-commons-sandbox/hivemind/src/xsl/hivemind.xsl
  
  Index: hivemind.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/src/xsl/hivemind.xsl,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- hivemind.xsl      12 Aug 2003 17:31:54 -0000      1.14
  +++ hivemind.xsl      21 Aug 2003 14:59:18 -0000      1.15
  @@ -262,7 +262,7 @@
        <xsl:template match="element">
                
                <tr>
  -                     <th class="section-id" colspan="3">Element &lt;<xsl:value-of 
select="@name"/>&gt;</th>  
  +                     <th class="section-id" colspan="3">Element <span 
class="tag">&lt;<xsl:value-of select="@name"/>&gt;</span></th> 
                        
                </tr>
                
  @@ -322,7 +322,7 @@
        
        <tr>
                <td/>
  -             <td>Attribute <xsl:value-of select="@name"/></td>
  +             <td>Attribute <span class="attribute"><xsl:value-of 
select="@name"/></span></td>
                <td>
                        <xsl:choose>
                                <xsl:when test="@required = 'true'">
  
  
  

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

Reply via email to