You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by kn...@apache.org on 2005/02/19 17:11:54 UTC

cvs commit: jakarta-hivemind/hivebuild/hivedoc-xsl hivemind.xsl

knut        2005/02/19 08:11:54

  Modified:    hivebuild/hivedoc-xsl hivemind.xsl
  Log:
  make sure schema description won't appear twice
  
  Revision  Changes    Path
  1.9       +1 -1      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- hivemind.xsl	10 Feb 2005 01:04:35 -0000	1.8
  +++ hivemind.xsl	19 Feb 2005 16:11:54 -0000	1.9
  @@ -481,7 +481,7 @@
               <tr>
                 <td class="container" colspan="3">
                   <table class="nested-object" cellspacing="0">
  -                  <xsl:apply-templates/>
  +                  <xsl:apply-templates select="*"/>
                     <xsl:if test="/registry/module/configuration-point[@schema-id = current()/@id] | /registry/module/service-point[@parameters-schema-id = current()/@id]">
                       <tr>
                         <th colspan="3" class="section">References</th>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org