Open XML (Rss) file.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I got a very simple XML file: Book title And want to have it printed in my c# application. It should open the xml file from my website (http://my-website.com/books.rss), and then echo what's inside . Can anyone make simple and lightweight code do do that?