You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/01/12 16:58:01 UTC

cvs commit: xml-cocoon todo.xml

stefano     00/01/12 07:58:00

  Modified:    .        todo.xml
  Log:
  updated
  
  Revision  Changes    Path
  1.14      +6 -2      xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- todo.xml	2000/01/08 13:03:16	1.13
  +++ todo.xml	2000/01/12 15:58:00	1.14
  @@ -4,7 +4,7 @@
   
   <!-- 
     History of Cocoon changes
  -  $Id: todo.xml,v 1.13 2000/01/08 13:03:16 stefano Exp $
  +  $Id: todo.xml,v 1.14 2000/01/12 15:58:00 stefano Exp $
   -->
   
   <todo title="Cocoon Things To Do">
  @@ -20,11 +20,15 @@
      Implement the sitemap.
     </action>
     <action context="code">
  +   Move everything under SAX and build SAX2DOM and DOM2SAX adaptors (hopefully
  +   using some Xerces code for this).
  +  </action>
  +  <action context="code">
      Pass request/session parameters to the XSLT processors for dynamic
      stylesheet operation. (follows sitemap)
     </action>
     <action context="code">
  -   Work on external entities inclusion (follows sitemap).
  +   Fix problems on Xalan liaison that breaks &lt;xsl:import&gt; (follows SAX usage).
     </action>
     <action context="code">
      Create a caching virtual URL file system for external inclusions.