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