You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2001/02/07 20:43:20 UTC

cvs commit: xml-cocoon changes.xml todo.xml

bloritsch    01/02/07 11:43:20

  Modified:    .        Tag: xml-cocoon2 changes.xml todo.xml
  Log:
  Recorded changes and a todo.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.21  +6 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.9.2.20
  retrieving revision 1.9.2.21
  diff -u -r1.9.2.20 -r1.9.2.21
  --- changes.xml	2001/01/12 16:24:15	1.9.2.20
  +++ changes.xml	2001/02/07 19:43:16	1.9.2.21
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.9.2.20 2001/01/12 16:24:15 bloritsch Exp $
  +  $Id: changes.xml,v 1.9.2.21 2001/02/07 19:43:16 bloritsch Exp $
   -->
   
   <changes title="History of Changes">
  @@ -22,6 +22,11 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="BL" type="update">
  +    Changed the Xerces Specific code in the parser to JAXP 1.1 code.
  +    The JAXP 1.1 code will work with any compliant parser.  Unfortunately
  +    we still need Xerces for the serializers.
  +  </action>
     <action dev="BL" type="update">
       Put meat on the Action Framework for the ManageEmployees form.
     </action>
  
  
  
  1.6.2.16  +8 -8      xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.6.2.15
  retrieving revision 1.6.2.16
  diff -u -r1.6.2.15 -r1.6.2.16
  --- todo.xml	2001/01/04 22:39:21	1.6.2.15
  +++ todo.xml	2001/02/07 19:43:18	1.6.2.16
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: todo.xml,v 1.6.2.15 2001/01/04 22:39:21 dims Exp $
  +  $Id: todo.xml,v 1.6.2.16 2001/02/07 19:43:18 bloritsch Exp $
   -->
   
   
  @@ -23,6 +23,13 @@
   
    <actions priority="high">
     <action context="code">
  +    Remove complete dependancy on Xerces/Xalan.  There is something
  +    in the Sitemap which causes SAXON not to work.  Also, there should
  +    be the ability to choose the Parser/Transformer to use without
  +    additional bulk.
  +  </action>
  +
  +  <action context="code">
      Finish writing the command line interface and design the link rewriting
      behavior that cannot work with views.
     </action>
  @@ -34,13 +41,6 @@
     <action context="code">
      Write a better error handling code for CocoonServlet to avoid hardcoding
      HTML inside the servlet which sucks big time.
  -  </action>
  -
  -  <action context="code">
  -   Complete ResourceProcessor.java to allow Cocoon to read resources from its
  -   URI space without attempting to process them (should use context.getResource()
  -   but how do we make that instance available and maintain the engine abstracted
  -   enough? we should implement the "loading" abstraction).
     </action>
   
     <action context="code">