I have a work to do. Firstly, my program will be given an argument. This argument will contain Websites where I can find RSS Feeds(for instance: CnnRssFeeds). Then, I have to visit these sites and download the RSS Feeds(I think these files would usually be .xml
files, right?).
After, I have to save the .xml
files in a folder on my disk and finally I have to manage them using the Rome library of Java. I will extract some information such as: title, author, description, link etc.
Could you help me? I have some trouble when I want to visit each site and download(save) the RSS (as I said above, they are usually .xml
files)