dleslie 00/12/05 12:47:56
Modified: java todo.xml
Log:
Gave Scott something to keep him busy (serializing XPath
expression results).
Revision Changes Path
1.8 +7 -0 xml-xalan/java/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/todo.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- todo.xml 2000/12/05 17:26:33 1.7
+++ todo.xml 2000/12/05 20:47:55 1.8
@@ -104,6 +104,13 @@
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>