sboag       00/12/05 09:26:47

  Modified:    java     todo.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.7       +44 -23    xml-xalan/java/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/todo.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- todo.xml  2000/11/29 19:41:33     1.6
  +++ todo.xml  2000/12/05 17:26:33     1.7
  @@ -52,6 +52,25 @@
       Fill in all NEEDSDOC sections.
     </action>
   
  +  <action context="code" category="architecture, conformance" 
priority="high" who="SB">
  +    Restructure OutputFormat class to be based on properties.  Make sure 
  +    include/import conformance is correct.
  +  </action>
  +  
  +  <action context="code" category="architecture" priority="high" who="SB">
  +    Make entities in the html serializer to be resource file driven, and 
  +    possibly use radix partitioned tree for character to entity reference 
  +    lookup.
  +  </action>
  +  
  +  <action context="code" category="architecture" priority="high" who="SB">
  +    Removed linefeed normalization from serializers.  I think.
  +  </action>
  +
  +  <action context="code" category="architecture" priority="high" who="SB">
  +    Fix remaining axes tests.
  +  </action>
  +
     <action context="code" category="performance" priority="high">
       When using STree for the input, use STree for the document() and
       result tree fragments.
  @@ -65,35 +84,12 @@
       implement fast iterator for "@foo" pattern.
     </action>
   
  -  <action context="code" who="MM" category="performance" priority="high">
  -    optimize xsl:key and key() stuff by building hash table of iterators for
  -    each key.
  -  </action>
  -
  -  <action context="code" category="code-cleanup" priority="medium">
  -    Clean up treatment of null namespaces, re "" vs. null.
  -  </action>
  -
  -  <action context="code"  category="conformance" priority="high">
  -    Implement namespace aliasing.
  -  </action>
  -
     <action context="code"  category="conformance" priority="high">
       Check relative URL resolution with notations and unparsed entities.
       Not sure if there is a bug here.  See note from Thomal Maesing on
       10/24/2000, titled "Antwort: Re:".
     </action>
   
  -  <action context="code" category="code-cleanup" priority="medium">
  -    Move org.apache.xalan.utils package to org.apache.xml.utils.
  -    remove resource dependencies on xalan and/or xpath package.
  -  </action>
  -
  -  <action context="code" packages="templates" category="conformance" 
priority="medium"
  -          note="done?">
  -    Catch multiple definitions of a variable with the same name and scope.
  -  </action>
  -
     <action context="test" who="SC" category="minitest" priority="medium">
       Create Minitest automated test for developers to run before checkin; 
       verifies basic functionality of TRAX interface and Xalan processor.
  @@ -226,6 +222,31 @@
       implement fast iterator for "foo" pattern.
     </action>
   
  +  <action context="code" who="MM" category="performance" priority="high" 
completed-date="11/29/00">
  +    optimize xsl:key and key() stuff by building hash table of iterators for
  +    each key.
  +  </action>
  +
  +  <action context="code" category="code-cleanup" priority="medium" 
completed="12/01/00">
  +    Clean up treatment of null namespaces, re "" vs. null.
  +    <completed-comment>I consider this to be pretty good in most places.  "" 
  +    equals the default namespace.  No pending plans for action, other than 
ongoing 
  +    cleanup and javadoc as it occurs.</completed-comment>
  +  </action>
  +  
  +  <action context="code"  category="conformance" priority="high" 
completed="12/10/00">
  +    Implement namespace aliasing.
  +  </action>
  +
  +  <action context="code" packages="templates" category="conformance" 
priority="medium"
  +          note="done?" completed="11/29/00">
  +    Catch multiple definitions of a variable with the same name and scope.
  +  </action>
  +  
  +  <action context="code" category="code-cleanup" priority="medium" 
completed="11/25/00">
  +    Move org.apache.xalan.utils package to org.apache.xml.utils.
  +    remove resource dependencies on xalan and/or xpath package.
  +  </action>
   
   
    </completed>
  
  
  

Reply via email to