Method SaveIndented
SaveIndented(XmlDocument, Stream)
Saves xml document to stream with pretty indentation.
public static void SaveIndented(XmlDocument document, Stream stream)
Parameters
document
XmlDocumentXml document.
stream
StreamOutput stream.