[Mono-bugs] [Bug 28839][Nor] New - NullReferenceException in SelectNodes

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Aug 2002 14:56:38 -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 jason@379.com.

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

--- shadow/28839	Mon Aug 12 10:56:38 2002
+++ shadow/28839.tmp.8577	Mon Aug 12 10:56:38 2002
@@ -0,0 +1,41 @@
+Bug#: 28839
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details: Red Hat 7.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jason@379.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NullReferenceException in SelectNodes
+
+Description of Problem:
+ Passing SelectNodes() an XPath with a [not(@*)] clause (select all
+ elements without attributes) causes a NullReferenceException.
+
+Steps to reproduce the problem:
+
+ using System;
+ using System.Xml;
+
+ class Example
+ {
+
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information: