I want to read the RSS feeds from the web site say, http://www.traffic.com/feeds/rss_atlanta.xml
I know little about socket programming. I tried to get it by using socket and HTTP GET request, but here what I get is the source code of that web page but I want the content of the web page, e.g for the above link I want to get xml file shown on that web page. I will really apprecite the reply.
thanks.