I have what seems like a simple problem, but am not sure as of yet, since I am still relatively new to .Net 2.0.

The scenario: I need to retrive an xml file via the http protocol, using just a form and a button. The form would get the file and send it back to a network folder. I have an understanding of this part of it. What I am not sure of is this: The xml file needs to be converted into a some type of a dilimited csv file in the process of being saved. Make sense?

If there is anyone out there who could lend some much needed assistance, I would be extremely grateful.