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 [EMAIL PROTECTED]

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

--- shadow/79163        2006-08-25 13:42:25.000000000 -0400
+++ shadow/79163.tmp.25550      2006-08-25 15:13:41.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 79163
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: Sys.XML
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
@@ -47,6 +47,11 @@
                 while (xtr.Read ())
                         Console.WriteLine ("{0} {1} {2}",
                                 xtr.NodeType, xtr.Name, xtr.NamespaceURI);
         }
 }
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-08-25 15:13 -------
+The problem doesn't occur with XMLTextRead but with code like:
+XmlDocument foo.Load("file.glade");
+foo.SelectSingleNode("//[EMAIL PROTECTED]'bar']");
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to