sboag       01/01/03 18:43:40

  Modified:    java     todo.xml
  Log:
  Move direct identity transform task to complete.
  Add several bug tasks.
  
  Revision  Changes    Path
  1.24      +18 -4     xml-xalan/java/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/todo.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- todo.xml  2001/01/02 04:02:40     1.23
  +++ todo.xml  2001/01/04 02:43:40     1.24
  @@ -48,6 +48,20 @@
   
     <!-- Move to completed section when done. -->
    
  +   <action context="code" category="bug" who="SB">
  +    Implement xsl:strip-space for generic DOM processing.
  +   </action>
  +
  +   <action context="code" category="bug" who="SB">
  +    Handle qName paramterer to the ContentHandler methods being an empty 
string.
  +    See note from [EMAIL PROTECTED] (Mikael St�ldal), 01/01/2001 09:42 AM.
  +   </action>
  +
  +   <action context="code" category="bug" who="SB">
  +    Fix 1.8 problems: extend01 (exception), numberformat 06, numberformat16, 
output77 (exception).
  +    JDK 1.1.8, using xml-xalan\test\ConformanceTest.bat, runharness.bat, and 
testthreads.bat as-is.
  +   </action>
  +
      <action context="code" category="feature" who="SB">
       Integrate John Gentilin &lt;[EMAIL PROTECTED]> code, 
       for SQL Extension Enhancements.
  @@ -58,10 +72,6 @@
       are being called for all cases.
      </action>
      
  -   <action context="code" category="performance" who="SB">
  -    For default transformer, do direct transform without stylesheet.
  -   </action>
  -   
      <action context="doc" category="documentation" who="SB">
       Update and add to architecture documentation, including package headers.
      </action>
  @@ -217,6 +227,10 @@
    <completed>
     <!-- Move action sections to here when completed, and date them. -->
     
  +   <action context="code" category="performance" who="SB" 
completed="01/03/01">
  +    For default transformer, do direct transform without stylesheet.
  +   </action>
  +   
      <action context="code" category="documentation" who="SB" 
completed="01/01/01">
       Fix some javadoc headers that still have old XalanJ1 text.  For 
instance, 
       TransformerImpl.
  
  
  

Reply via email to