[Mono-bugs] [Bug 30428][Wis] New - ystem.Xml.XPath.CompiledExpression.AddSort is missing
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Sep 2002 22:53:43 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30428
--- shadow/30428 Mon Sep 16 18:53:43 2002
+++ shadow/30428.tmp.18393 Mon Sep 16 18:53:43 2002
@@ -0,0 +1,36 @@
+Bug#: 30428
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: duncan@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ystem.Xml.XPath.CompiledExpression.AddSort is missing
+
+duncan:~/src/testing/XML $ mono XPathExpression.exe
+
+XPathExpression started ...
+
+XPath query: bookstore/book
+
+Original order ...
+
+<book>
+
+
+Sort by ISBN (using IComparer - Text ascending)...
+
+Exception: System.NotImplementedException: The requested feature is not yet
+implemented
+in <0x0002b> 00 System.Xml.XPath.CompiledExpression:AddSort
+(object,System.Collections.IComparer)
+in <0x00273> 00 HowTo.Samples.XML.XPathExpressionSample:Run (string)