[Mono-bugs] [Bug 27548][Wis] New - XPath Union Operator ('|') is broken

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Jul 2002 11:00:52 -0000


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 piersh@friskit.com.

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

--- shadow/27548	Tue Jul  9 07:00:52 2002
+++ shadow/27548.tmp.8095	Tue Jul  9 07:00:52 2002
@@ -0,0 +1,23 @@
+Bug#: 27548
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: piersh@friskit.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XPath Union Operator ('|') is broken
+
+The current implementation of the XPath Union operator does not produce a 
+set, it produces the concatentation of the two operand sets, including 
+duplicates.
+
+The fix involves ensuring that each node is unique.