Basic support for RSS 1.0/RDS feeds
When using Feeds I tried to add this feed from this website. It didn't work, so after some debugging, I came to the conclusion that this feed uses RSS 1.0, which requires its top-level xml element to be named rdf:RDF, for example.
After consulting the specification, I made a few changes to support this format, and testing Feeds with these changes for the site above seems to work.