hlship      2004/09/27 07:37:35

  Modified:    hivebuild/hivedoc-xsl hivemind.xsl
  Log:
  HIVEMIND-58: Add visibility attribute to the <schema> element.
  
  Revision  Changes    Path
  1.5       +3 -0      jakarta-hivemind/hivebuild/hivedoc-xsl/hivemind.xsl
  
  Index: hivemind.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/hivedoc-xsl/hivemind.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- hivemind.xsl      26 Sep 2004 15:08:19 -0000      1.4
  +++ hivemind.xsl      27 Sep 2004 14:37:35 -0000      1.5
  @@ -297,6 +297,9 @@
     <xsl:template name="schema-details">
       <table class="summary">
         <tbody>
  +        <xsl:if test="parent::module">
  +          <xsl:call-template name="visibility"/>
  +        </xsl:if>
           <xsl:if test="normalize-space(./text())">
             <tr class="nested">
               <td colspan="3" class="description">
  
  
  

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

Reply via email to