The feed appears to be Atom, not RSS. Try this instead:
You're exactly right! Thanks!
This brings up a deeper question. I'm trying to create a way for people to include limited feed-based info on their web pages. I'd like it if these folks didn't have to know whether the feed was RSS 1 or 2 or Atom or whatever. I was hoping YQL would provide an even more generic way to access these feeds in a naive way.
So is there some way in YQL to say something like
select * from [you figure it out] where url is "http://..."
I know a truly generic solution is probably impossible, but surely the system could tell the difference between RSS and ATOM?