sboag       01/01/04 02:23:24

  Modified:    java     todo.xml
  Log:
  Moved xsl:strip-space task for generic DOMs and SQL work
  integration to completed.
  
  Revision  Changes    Path
  1.25      +16 -15    xml-xalan/java/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/todo.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- todo.xml  2001/01/04 02:43:40     1.24
  +++ todo.xml  2001/01/04 10:23:24     1.25
  @@ -47,26 +47,12 @@
      </target-release-description>
   
     <!-- 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.
  -   </action>
  - 
      <action context="code" category="error-handling" who="SB">
       Simplify some of the exception nesting, maybe, and make sure error 
listeners 
       are being called for all cases.
  @@ -113,6 +99,12 @@
      </target-release-description>
   
     <!-- Move to completed section when done. -->
  +  
  +   <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="performance" who="SB">
       Optimize "." patterns to be ultra simple iterator.
      </action>
  @@ -227,6 +219,15 @@
    <completed>
     <!-- Move action sections to here when completed, and date them. -->
     
  +   <action context="code" category="feature" who="SB" completed="01/04/01">
  +    Integrate John Gentilin &lt;[EMAIL PROTECTED]> code, 
  +    for SQL Extension Enhancements.
  +   </action>
  +
  +   <action context="code" category="bug" who="SB" completed="01/04/01">
  +    Implement xsl:strip-space for generic DOM processing.
  +   </action>
  +
      <action context="code" category="performance" who="SB" 
completed="01/03/01">
       For default transformer, do direct transform without stylesheet.
      </action>
  
  
  

Reply via email to