Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working with a WPF project that I need to read & write to an XML document. The project already does this with a local XML file, but how do I access a file that is on the web? For example the XML file might be located at http://www.RandomWebSite.com/JobBoard/current_job.xml

Remember, I need to be able to save any changes made to the XML file back to the server.
Posted

1 solution

You can not edit a file 'on the web'! For that you first have to download the file to your local computer, edit it and upload it with the changes...Obviously not all sites support such thing...
 
Share this answer
 
Comments
Sean Donnahoe 6-Jan-15 10:02am    
I was afraid of that. Looks like I'll be going local.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900