sboag       00/12/16 09:23:44

  Modified:    java     todo.xml
  Log:
  Moved ApplyXPath task to completed.
  
  Revision  Changes    Path
  1.15      +7 -7      xml-xalan/java/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/todo.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- todo.xml  2000/12/15 21:38:39     1.14
  +++ todo.xml  2000/12/16 17:23:43     1.15
  @@ -67,13 +67,7 @@
       This could be a bunch of stuff added to viewResults.xsl or could 
       be a separate stylesheet. See <b>SC</b> for details.
     </action>
  -  
  -  <action context="code" who="SB" packages="org.apache.xalan.serialize" 
category="samples" priority="high">
  -    Fix the serializer so it can serialize arbitrary XPath expression 
results (other than Document nodes).
  -    As it currently stands, the ApplyXPath sample only works when you give 
it an expression that returns 
  -    the entire Document.
  -  </action>
  -  
  +    
    </actions>
   
    <actions>
  @@ -293,6 +287,12 @@
   
     <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" 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).
  +    As it currently stands, the ApplyXPath sample only works when you give 
it an expression that returns 
  +    the entire Document.
     </action>
   
    </completed>
  
  
  

Reply via email to