I want to save Xml Url content into text file using C# I tried this code
System.Xml.XmlTextReader _XmlTextReader = new System.Xml.XmlTextReader("http://www.w3schools.com/php/links.xml");
string_xmlContent =_XmlTextReader.Readinnerxml();
System.IO.File.WriteAllText("C:\users\vaio\desktop\new folder");
but it didn't work**
PS: sorry my English not very well