vote up 1 vote down star

Hi, 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.

flag

75% accept rate

2 Answers

vote up 0 vote down check

set PreserveWhiteSpace to true

link|flag
vote up 6 vote down

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

link|flag

Your Answer

Get an OpenID
or

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