I want to save an RSS feed to an xml document on my computer. I'm using XPath with Java to parse the XML myself, so all I want is a file that contains the source (XML) I see when I view the source of the website's RSS page.
In other words, instead of copying and pasting the source of the RSS page into a file I save as an XML file, I'd like to write a program that pulls this for me.