Click to See Complete Forum and Search --> : View formatted XML in a textbox


GAT
September 20th, 2002, 06:04 AM
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?