I found what i was looking for
1. Run any GET call in Fiddler2
2. Right click on the Fiddler 200 OK message back (XML or JSON)
3. Select Save -> Response -> Response Body as something.xml
4. Open the results in Notepad++ with the TextFX Plugin
5. Select TextFX -> TextFX HTML Tidy -> Tidy: Reindent XML
I have all my XML or JSON data in the proper format.
Thanks All for the help.