giacomo     00/10/08 23:43:59

  Modified:    src/org/apache/cocoon/components/language/markup/sitemap/java
                        Tag: xml-cocoon2 sitemap.xsl
               webapp   Tag: xml-cocoon2 sitemap.xmap
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.46  +1 -3      
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.45
  retrieving revision 1.1.2.46
  diff -u -r1.1.2.45 -r1.1.2.46
  --- sitemap.xsl       2000/10/08 21:05:02     1.1.2.45
  +++ sitemap.xsl       2000/10/09 06:43:57     1.1.2.46
  @@ -70,7 +70,7 @@
        * This is the automatically generated class from the sitemap definitions
        *
        * @author <a href="mailto:[EMAIL PROTECTED]">Giacomo 
Pati</a>
  -     * @version CVS $Revision: 1.1.2.45 $ $Date: 2000/10/08 21:05:02 $
  +     * @version CVS $Revision: 1.1.2.46 $ $Date: 2000/10/09 06:43:57 $
        */
       public class <xsl:value-of select="@file-name"/> extends AbstractSitemap 
{
         static {
  @@ -181,7 +181,6 @@
           private Configuration selector_config_<xsl:value-of 
select="translate(./@name, '- ', '__')"/> = null;
         </xsl:for-each>
   
  -<!--
         /** The generated matchers (for backward compatability. Should be 
removed in the future) */
         <xsl:for-each 
select="/map:sitemap/map:components/map:matchers/map:[EMAIL PROTECTED]">
           <xsl:variable name="factory" select="@factory"/>
  @@ -226,7 +225,6 @@
             </xsl:if>
           </xsl:for-each>
         </xsl:for-each>
  --->
   
         /** The actions */
         <xsl:for-each 
select="/map:sitemap/map:components/map:actions/map:action">
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.21  +3 -3      xml-cocoon/webapp/Attic/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/webapp/Attic/sitemap.xmap,v
  retrieving revision 1.1.2.20
  retrieving revision 1.1.2.21
  diff -u -r1.1.2.20 -r1.1.2.21
  --- sitemap.xmap      2000/10/09 06:12:52     1.1.2.20
  +++ sitemap.xmap      2000/10/09 06:43:59     1.1.2.21
  @@ -49,7 +49,7 @@
     </map:serializers>
   
     <map:selectors default="browser">
  -   <map:selector name="browser" 
src="org.apache.cocoon.selection.BrowserSelectorFactory">
  +   <map:selector name="browser" 
factory="org.apache.cocoon.selection.BrowserSelectorFactory">
       <!-- # NOTE: The appearance indicates the search order. This is very 
important since
            #       some words may be found in more than one browser 
description. (MSIE is
            #       presented as "Mozilla/4.0 (Compatible; MSIE 4.01; ...")
  @@ -73,8 +73,8 @@
     </map:selectors>
   
     <map:matchers default="uri">
  -   <map:matcher name="uri"        
src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
  -   <map:matcher name="uri-regexp" 
src="org.apache.cocoon.matching.RegexpURIMatcherFactory"/>
  +   <map:matcher name="uri"        
factory="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
  +   <map:matcher name="uri-regexp" 
factory="org.apache.cocoon.matching.RegexpURIMatcherFactory"/>
     </map:matchers>
   
    </map:components>
  
  
  

Reply via email to