shannon 2002/06/07 13:13:15 Modified: src/documentation/stylesheets Tag: cocoon_2_0_3_branch book2menu.xsl Log: sync with head Revision Changes Path No revision No revision 1.3.2.2 +2 -1 xml-cocoon2/src/documentation/stylesheets/book2menu.xsl Index: book2menu.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/stylesheets/book2menu.xsl,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -u -r1.3.2.1 -r1.3.2.2 --- book2menu.xsl 24 May 2002 13:52:39 -0000 1.3.2.1 +++ book2menu.xsl 7 Jun 2002 20:13:15 -0000 1.3.2.2 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:NetUtils="org.apache.cocoon.util.NetUtils" + xmlns:NetUtils="http://xml.apache.org/xslt/java/org.apache.cocoon.util.NetUtils" version="1.0"> <xsl:param name="resource"/> @@ -29,6 +29,7 @@ </tr> <xsl:apply-templates/> </xsl:template> + <xsl:template match="menu-item"> <xsl:if test="not(@type) or @type!='hidden'">
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]