You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/09/08 10:30:51 UTC

cvs commit: xml-forrest/src/resources/skins/forrest-site/xslt/html book2menu.xsl

crossley    2003/09/08 01:30:51

  Modified:    src/resources/skins/forrest-site/xslt/html book2menu.xsl
  Log:
  Do not render any menu-item that is type=hidden
  Submitted by: Vadim Gritsenko vadim.gritsenko<AT>verizon.net
  
  Revision  Changes    Path
  1.8       +2 -0      xml-forrest/src/resources/skins/forrest-site/xslt/html/book2menu.xsl
  
  Index: book2menu.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-site/xslt/html/book2menu.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- book2menu.xsl	16 Nov 2002 20:58:13 -0000	1.7
  +++ book2menu.xsl	8 Sep 2003 08:30:51 -0000	1.8
  @@ -25,6 +25,8 @@
       </li>
     </xsl:template>
   
  +  <xsl:template match="menu-item[@type='hidden']"/>
  +
     <xsl:template match="menu-item">
       <li>
         <xsl:apply-imports/>