[Mono-bugs] [Bug 64210][Nor] Changed - The BaseURI of a clone of a file backed XmlNode is not reset to an empty string
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 26 Aug 2004 21:05:18 -0400 (EDT)
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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=64210
--- shadow/64210 2004-08-26 16:21:50.000000000 -0400
+++ shadow/64210.tmp.31924 2004-08-26 21:05:18.000000000 -0400
@@ -2,16 +2,16 @@
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details: Gentoo 2.6.8 r2 / Windows XP SP2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.XML
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: atsushi@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: The BaseURI of a clone of a file backed XmlNode is not reset to an empty string
@@ -47,6 +47,14 @@
While on MS.NET, you'll get :
NODE BASE URI: file:///C:/test/test.xml
CLONED NODE BASE URI:
The MS result is correct in this case.
+
+------- Additional Comments From atsushi@ximian.com 2004-08-26 21:05 -------
+It will be fixed.
+
+> The MS result is correct in this case.
+
+Why?
+