hi
I want to parse feedUrl using nutch.i tried to use org.apache.nutch.parse.feed.FeedParser class. Its input is xml. I put in xml the link below.
http://timesofindia.indiatimes.com/rssfeedsdefault.cmsThis url contains all rss feeds for newspaper.When i tried to use it through Rome Feed Parser it was giving me all the permalink, title,date etc. But nutch parser doesnot give anything.
How can i get all the permalink,title,date in this url.