[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 03:51:38 -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:50:22.000000000 -0400
+++ shadow/59155.tmp.23923	2004-05-27 03:51:38.000000000 -0400
@@ -53,6 +53,13 @@
 This causes particular problems when trying to verify XML signatures.
 
 ------- Additional Comments From tim@cbcl.co.uk  2004-05-27 03:50 -------
 Created an attachment (id=7863)
 Test case
 
+
+------- 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."