I have the following XML that is built up at runtime using an XmlDocument: <?xml version=\"1.0\" standalone=\"yes\"?>
I\'ve got an XML doc to deal with that contains attributes like: <action name=\"foo -> bar\">
I\'ve got an XMLTextWriter writing to a Stream of a WebRequest. Everything works as it should: Dim wr As WebRequest = WebRequest.Create(\"https://wwwcie.ups.com/ups.app/xml/ShipAccept\")
i was wondering if anyone knows how to stop xmldocument.Save(开发者_如何学Go) from reformatting the document.
I\'m having to use .NET 2.0 so can\'t use any of the nice XDocument stuff. I\'m wondering if anyone has seen any helper/utility methods that still use XmlDocument but make xml creatio开发者_开发百科n