[Mono-bugs] [Bug 79496][Min] Changed - XmlDocument.OuterXml does not retain standalone attribute
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 26 12:52:53 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79496
--- shadow/79496 2006-09-25 15:36:32.000000000 -0400
+++ shadow/79496.tmp.26253 2006-09-26 12:52:53.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79496
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -46,6 +46,9 @@
<?xml version="1.0" encoding="utf-16" standalone="yes"?><person />
Actual result:
<?xml version="1.0" encoding="utf-16"?><person />
+
+------- Additional Comments From atsushi at ximian.com 2006-09-26 12:52 -------
+Silly bug in XmlDeclaration.set_Value(). Fixed in svn (rr65921).
More information about the mono-bugs
mailing list