[Mono-bugs] [Bug 79163][Min] Changed - Namespace handling inconsitency between mono and .Net
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 25 15:13:41 EDT 2006
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 evolution at torangan.de.
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: atsushi at ximian.com
ReportedBy: david at torangan.de
@@ -47,6 +47,11 @@
while (xtr.Read ())
Console.WriteLine ("{0} {1} {2}",
xtr.NodeType, xtr.Name, xtr.NamespaceURI);
}
}
+
+------- Additional Comments From evolution at torangan.de 2006-08-25 15:13 -------
+The problem doesn't occur with XMLTextRead but with code like:
+XmlDocument foo.Load("file.glade");
+foo.SelectSingleNode("//widget[@id='bar']");
More information about the mono-bugs
mailing list