stefano     00/09/27 15:54:20

  Modified:    src/org/apache/cocoon/components/language/markup/sitemap/java
                        Tag: xml-cocoon2 sitemap.xsl
  Log:
  changed "generate-from" to "from-label"
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.38  +2 -2      
xml-cocoon/src/org/apache/cocoon/components/language/markup/sitemap/java/Attic/sitemap.xsl
  
  Index: sitemap.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/markup/sitemap/java/Attic/sitemap.xsl,v
  retrieving revision 1.1.2.37
  retrieving revision 1.1.2.38
  diff -u -r1.1.2.37 -r1.1.2.38
  --- sitemap.xsl       2000/09/27 16:15:00     1.1.2.37
  +++ sitemap.xsl       2000/09/27 22:54:19     1.1.2.38
  @@ -11,7 +11,7 @@
   
   <!--
    * @author &lt;a href="mailto:[EMAIL PROTECTED]"&gt;Giacomo Pati&lt;/a&gt;
  - * @version CVS $Revision: 1.1.2.37 $ $Date: 2000/09/27 16:15:00 $
  + * @version CVS $Revision: 1.1.2.38 $ $Date: 2000/09/27 22:54:19 $
   -->
   
   <!-- Sitemap Core logicsheet for the Java language -->
  @@ -806,7 +806,7 @@
           </xsl:if>
         </xsl:variable>
         <xsl:if test="$component-label">
  -        <xsl:for-each select="/map:sitemap/map:views/map:[EMAIL PROTECTED]">
  +        <xsl:for-each select="/map:sitemap/map:views/map:[EMAIL PROTECTED]">
             if ("<xsl:value-of select="@name"/>".equals(cocoon_view)) {
               if(1==1)return view_<xsl:value-of select="translate(@name, '- ', 
'__')"/> (pipeline, listOfLists, environment);
             }
  
  
  

Reply via email to