I've recently been working on matching certain API calls with XML data pulled from an XML file for testing purposes. I noticed there was a large amount of white space left in the XML when pulled from the resourced XML file; which is something I didn't want.
I thought setting the XmlDocument.PreserveWhitespace property to false would remove this for me, but it just seems to remove the
↧