[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:04:39 -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 tim@cbcl.co.uk.

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

--- shadow/59155	2004-05-27 03:51:38.000000000 -0400
+++ shadow/59155.tmp.24914	2004-05-27 05:04:39.000000000 -0400
@@ -60,6 +60,11 @@
 ------- Additional Comments From tim@cbcl.co.uk  2004-05-27 03:51 -------
 MSDN documentation
 
 "If PreserveWhitespace is true before Save is called, white space in 
 the document is preserved in the output; otherwise, if this property 
 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
+