sboag 00/12/13 13:56:28
Modified: java todo.xml
Log:
Moved "implement fast iterator for "@foo" pattern." to completed.
Revision Changes Path
1.12 +4 -4 xml-xalan/java/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/todo.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- todo.xml 2000/12/10 07:18:25 1.11
+++ todo.xml 2000/12/13 21:56:28 1.12
@@ -56,10 +56,6 @@
implement fast iterator for "//foo" pattern.
</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 @@
priority="medium" who="GP" completed="11/09/00">
Cleaned up compiler handling of getWhatToShow() to result in cleaner
code and provide
a more accurate filter.
+ </action>
+
+ <action context="code" who="SB" packages="xpath.axes"
category="performance" priority="high" completed="12/13/00">
+ implement fast iterator for "@foo" pattern.
</action>
</completed>