المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Accessing XML File on Web



C# Programming
02-18-2010, 06:40 PM
Hi guys,

I am having a few problems reading a line from an XML file on the web somewhere - say http://www.blah.com/myfile.xml - from within a c# application.

I do not even know roughly where to begin in order to read the XML file?

Do I need to download it to my desktop first, and then open it - because of security issues?

A poke in the right direction (or correct functions / concepts to use) would be greatly appreciated!!

Thanks!

Alex