hlship      2003/06/24 13:00:42

  Modified:    hivemind/src/xsl hivemind.xsl
  Log:
  Add support for the <new> element, and for element-class and factory-id in 
<configuration>.
  
  Revision  Changes    Path
  1.5       +14 -0     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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- hivemind.xsl      24 Jun 2003 19:04:35 -0000      1.4
  +++ hivemind.xsl      24 Jun 2003 20:00:42 -0000      1.5
  @@ -174,6 +174,20 @@
                                                <xsl:value-of select="@element-type"/>
                                        </td>
                                </tr>
  +                             <xsl:if test="@element-class">
  +                             <tr>
  +                                     <th>Element Class</th>  
  +                                     <td><xsl:value-of 
select="@element-class"/></td>
  +                             </tr>   
  +                             </xsl:if>
  +                             <xsl:if test="@factory-id">
  +                             <tr>
  +                                     <th>Element Factory Id</th>
  +                                     <td>
  +     <xsl:apply-templates select="/registry/module/[EMAIL PROTECTED] = 
current()/@factory-id]" mode="link"/>                                 
  +                                     </td>
  +                             </tr>   
  +                             </xsl:if>
                                <tr>
                                        <th>Expected Count</th>
                                        <td>
  
  
  

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

Reply via email to