gianugo     2002/06/06 13:00:30

  Modified:    src/documentation/stylesheets book2menu.xsl
  Log:
  Fix as suggested by Tom Amiro of XSLTC team in order to correctly call
  external Java functions
  
  Revision  Changes    Path
  1.7       +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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- book2menu.xsl     30 Apr 2002 07:58:20 -0000      1.6
  +++ book2menu.xsl     6 Jun 2002 20:00:30 -0000       1.7
  @@ -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]

Reply via email to