Hi,
The ClinicalDocument.Save(object) method accepts an instance of XmlWriter. So the solution is something like writer.Settings.Indent = true; writer.Settings.IndentChars = " ", and finally pDocument.Save(writer).
The ClinicalDocument.Save(object) method accepts an instance of XmlWriter. So the solution is something like writer.Settings.Indent = true; writer.Settings.IndentChars = " ", and finally pDocument.Save(writer).