up vote 2 down vote favorite
share [g+] share [fb]

i was wondering if anyone knows how to stop xmldocument.Save() from reformatting the document.

Its not that the document is not formatted correctly with respect to XML, the particular document i am working with has lots of white space and things like that which - upon save - is all being removed.

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

Set the PreserveWhiteSpace property to true before you save the document.

link|improve this answer
feedback

set PreserveWhiteSpace to true

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.