giacomo     00/09/10 03:09:17

  Modified:    src/org/apache/cocoon/components/language/markup/sitemap/java
                        Tag: xml-cocoon2 sitemap.xsl
  Log:
  Fixed a bug
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.34  +2 -1      
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.33
  retrieving revision 1.1.2.34
  diff -u -r1.1.2.33 -r1.1.2.34
  --- sitemap.xsl       2000/09/08 18:08:51     1.1.2.33
  +++ sitemap.xsl       2000/09/10 10:09:15     1.1.2.34
  @@ -11,7 +11,7 @@
   
   <!--
    * @author &lt;a href="mailto:[EMAIL PROTECTED]"&gt;Giacomo Pati&lt;/a&gt;
  - * @version CVS $Revision: 1.1.2.33 $ $Date: 2000/09/08 18:08:51 $
  + * @version CVS $Revision: 1.1.2.34 $ $Date: 2000/09/10 10:09:15 $
   -->
   
   <!-- Sitemap Core logicsheet for the Java language -->
  @@ -348,6 +348,7 @@
       if ((list = <xsl:value-of select="$matcher-name"/> ("<xsl:value-of 
select="$pattern-value"/>", objectModel)) != null) {
         listOfLists.add (list);
         <xsl:apply-templates/>
  +      listOfLists.remove (list);
       }
     </xsl:template> <!-- match="map:match" -->
   
  
  
  

Reply via email to