dleslie     00/12/18 05:23:58

  Modified:    java     todo.xml
  Log:
  Cleanup tasks on servlet and applet.
  
  Revision  Changes    Path
  1.17      +11 -0     xml-xalan/java/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/todo.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- todo.xml  2000/12/18 00:11:56     1.16
  +++ todo.xml  2000/12/18 13:23:56     1.17
  @@ -284,6 +284,11 @@
     <action context="code" who="SB" packages="xpath.axes" 
category="performance" priority="high" completed="12/14/00">
       implement fast iterator for "//foo" pattern.
     </action>
  +  
  +   <action context="code" category="code-cleanup" who="DL" 
packages="xalanservlet" priority="medium" completed="12/15/00">
  +     Rewrite the sample servlet to use the TrAX interfaces and eliminate 
setting system properties
  +     within the servlet.
  +  </action>  
   
     <action context="code" who="SB" packages="org.apache.xalan.serialize" 
category="samples" priority="high" completed="12/16/00">
       Fix the serializer so it can serialize arbitrary XPath expression 
results (other than Document nodes).
  @@ -294,6 +299,12 @@
     <action context="code" category="documentation" priority="high" 
completed="12/17/00">
       Fill in all NEEDSDOC sections.
     </action>
  +
  +  <action context="code" category="code-cleanup" who="DL" 
packages="xalan.client" priority="medium" completed="12/17/00">
  +    Rewrite the client applet to use the TrAX interfaces, and move fetching 
of source
  +    documents and stylesheets to the trusted worker thread to get around IE 
security restrictions.
  +  </action>
  +
   
    </completed>
   
  
  
  

Reply via email to