sboag 00/12/14 18:45:29
Modified: java todo.xml
Log:
Moved optimization of "//foo" patterns to completed.
Revision Changes Path
1.13 +4 -4 xml-xalan/java/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/todo.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- todo.xml 2000/12/13 21:56:28 1.12
+++ todo.xml 2000/12/15 02:45:28 1.13
@@ -52,10 +52,6 @@
Fill in all NEEDSDOC sections.
</action>
- <action context="code" who="SB" packages="xpath.axes"
category="performance" priority="high">
- implement fast iterator for "//foo" pattern.
- </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
@@ -289,6 +285,10 @@
<action context="code" who="SB" packages="xpath.axes"
category="performance" priority="high" completed="12/13/00">
implement fast iterator for "@foo" pattern.
+ </action>
+
+ <action context="code" who="SB" packages="xpath.axes"
category="performance" priority="high" completed="12/14/00">
+ implement fast iterator for "//foo" pattern.
</action>
</completed>