I need to put XML from a XmlDocument into a multiline textbox. The XmlDocument.OuterXml gives me the XML as a single line string.

I have seached in the .NET Framework but I can't find an easy way to get the XML well formatted.

Does anybody know of a cool method to do this work?