[Mono-bugs] [Bug 46797][Wis] Changed - XPath union expression does not return results in document order

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Oct 2003 03:38:16 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ginga@kit.hi-ho.ne.jp.

http://bugzilla.ximian.com/show_bug.cgi?id=46797

--- shadow/46797	2003-10-13 03:37:11.000000000 -0400
+++ shadow/46797.tmp.534	2003-10-13 03:38:16.000000000 -0400
@@ -62,6 +62,11 @@
 //XPathNodeIterator iter = nav.Select ("//bar|//foo");
 
 while (iter.MoveNext ())
 	Console.WriteLine ("Name: " + iter.Current.Name);
 
 It would be better we apply the patch after fixing this problem.
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-10-13 03:38 -------
+Created an attachment (id=5573)
+Fixed UnionIterator's iteration order.
+