dbertoni 2002/09/25 21:04:44
Modified: c/src/XPath XPath.cpp
Log:
Make sure document order is set properly.
Revision Changes Path
1.76 +2 -0 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPath.cpp,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- XPath.cpp 25 Sep 2002 23:35:28 -0000 1.75
+++ XPath.cpp 26 Sep 2002 04:04:44 -0000 1.76
@@ -3085,6 +3085,8 @@
// Add the node back in...
subQueryResults.addNode(theNode);
+
+ subQueryResults.setDocumentOrder();
}
else
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]