[Mono-bugs] [Bug 59155][Maj] Changed - PreserveWhitespace ignored when saving XmlDocument
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 27 May 2004 05:31:11 -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=59155
--- shadow/59155 2004-05-27 05:04:39.000000000 -0400
+++ shadow/59155.tmp.25077 2004-05-27 05:31:11.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 59155
Product: Mono: Class Libraries
Version: unspecified
OS: Debian Woody
OS Details: Linux 2.4.25-1-686 #3
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 001 One hour
Priority: Major
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: tim@cbcl.co.uk
QAContact: mono-bugs@ximian.com
@@ -65,6 +65,9 @@
is false, XmlDocument auto-indents the output."
------- Additional Comments From tim@cbcl.co.uk 2004-05-27 05:04 -------
Created an attachment (id=7864)
Patch for XmlDocument to respect PreserveWhitespace
+
+------- Additional Comments From atsushi@ximian.com 2004-05-27 05:31 -------
+Oops, missed your patch. I fixed the same way. Thanks.