sboag       00/12/21 09:08:41

  Modified:    java     todo.xml
  Log:
  Added gary's tasks from his mail, added NodeSet compatibility task,
  added some other tasks.
  
  Revision  Changes    Path
  1.19      +43 -3     xml-xalan/java/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/todo.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- todo.xml  2000/12/21 05:21:45     1.18
  +++ todo.xml  2000/12/21 17:08:39     1.19
  @@ -48,18 +48,58 @@
   
     <!-- Move to completed section when done. -->
   
  -   <action context="code" category="performance" who="sb">
  +   <action context="code" category="performance" who="SB">
       Optimize "/foo/baz" patterns to use simple child walkers.
      </action>
   
  -   <action context="code" category="performance" who="sb">
  +   <action context="code" category="performance" who="SB">
       Optimize "/foo/baz" patterns that have no variability, to a global 
space, 
       and don't re-evaluate each time.
      </action>
    
  -   <action context="code" category="error-handling" who="sb">
  +   <action context="code" category="error-handling" who="SB">
       Simplify some of the exception nesting, maybe, and make sure error 
listener. 
       are being called for all cases.
  +   </action>
  +
  +   <action context="code" category="documentation" who="SB">
  +    Fix some javadoc headers that still have old XalanJ1 text.  For 
instance, 
  +    TransformerImpl.
  +   </action>
  +
  +   <action context="code" category="performance" who="SB">
  +    Delete nodes in the source tree when possible.  (?? Note sure if this 
  +    is do-able by beta2.)
  +   </action>
  +   
  +   <action context="code" category="bugs" who="SB">
  +    Fix bug with rare intermittent failures, probably in the STree.
  +   </action>
  +  
  +   <action context="code" category="bugs" who="SB">
  +    Fix bug with Shane's s2s test hang.
  +   </action>
  +
  +   <action context="code" category="conformance" who="GP">
  +      Verify that the recomposing procedure for each of the recomposable
  +      elements matches the standard (including errata).
  +   </action>
  +
  +   <action context="code" category="conformance" who="GP">
  +      Fix xsl:output method= so that it only accepts valid values per the
  +      standard (xml, html, text, qname-that-is-not-an-ncname).  I'm looking
  +      into where this change should be made.
  +   </action>
  +
  +   <action context="code" category="conformance" who="GP">
  +      Verify that the element-available function exhibits the proper
  +      behavior according to Errata E7 regarding the interaction between the
  +      default namespace and the element-available function.
  +   </action>
  +
  +   <action context="code" category="extensions" who="GP">
  +      Add compatibility with XalanJ1 NodeSet extension, so that stylehsheets 
  +      can work with both processors.
      </action>
     
    </actions>
  
  
  

Reply via email to