dims        01/02/08 04:24:27

  Modified:    src/org/apache/cocoon/util Tag: xml-cocoon2 RoleUtils.java
               xdocs    Tag: xml-cocoon2 httprequest.xml
  Log:
  Few more fixes for move from XercesParser to JaxpParser.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +2 -2      
xml-cocoon/src/org/apache/cocoon/util/Attic/RoleUtils.java
  
  Index: RoleUtils.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/util/Attic/RoleUtils.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- RoleUtils.java    2001/01/18 16:17:02     1.1.2.3
  +++ RoleUtils.java    2001/02/08 12:24:22     1.1.2.4
  @@ -19,7 +19,7 @@
    * role aliases and the real Avalon role names.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
  - * @version CVS $Revision: 1.1.2.3 $ $Date: 2001/01/18 16:17:02 $
  + * @version CVS $Revision: 1.1.2.4 $ $Date: 2001/02/08 12:24:22 $
    */
   
   public class RoleUtils {
  @@ -46,7 +46,7 @@
   
           setup = new HashMap();
   
  -        setup.put(Roles.PARSER, 
"org.apache.cocoon.components.parser.XercesParser");
  +        setup.put(Roles.PARSER, 
"org.apache.cocoon.components.parser.JaxpParser");
           setup.put(Roles.STORE, 
"org.apache.cocoon.components.store.MemoryStore");
           setup.put(Roles.PROGRAMMING_LANGUAGE, 
"org.apache.cocoon.CocoonComponentSelector");
           setup.put(Roles.MARKUP_LANGUAGE, 
"org.apache.cocoon.CocoonComponentSelector");
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +2 -2      xml-cocoon/xdocs/Attic/httprequest.xml
  
  Index: httprequest.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/Attic/httprequest.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- httprequest.xml   2001/01/04 22:39:34     1.1.2.2
  +++ httprequest.xml   2001/02/08 12:24:26     1.1.2.3
  @@ -102,7 +102,7 @@
   <!-- ===================== General Components =========================== -->
   
     <component role="org.apache.cocoon.components.parser.Parser" 
  -             class="org.apache.cocoon.components.parser.XercesParser"/>
  +             class="org.apache.cocoon.components.parser.JaxpParser"/>
     <component role="org.apache.cocoon.components.store.Store"  
                class="org.apache.cocoon.components.store.MemoryStore"/>
   
  @@ -220,7 +220,7 @@
                                         gets a default parser out of the 
System properties (this refers to the
                                         environment variable 
<code>$org.apache.cocoon.components.parser.Parser</code>
                                         of the OS). If no parser is defined in 
the environment, Cocoon will use
  -                                      
<code>org.apache.cocoon.components.parser.XercesParser</code> (a hard-coded
  +                                      
<code>org.apache.cocoon.components.parser.JaxpParser</code> (a hard-coded
                                         default).</li> 
                                  <li>Get the components: Cocoon uses roles 
(refer to
                                         <link 
href="avalon.html">Avalon</link>) as its working classes. Each role is
  
  
  

Reply via email to