It's an Atom feed... I installed the "atom" gem. Poking around the source for it, I see namespaces referenced at:
NAMESPACE = 'http://www.w3.org/2005/Atom' XHTML_NAMESPACE = 'http://www.w3.org/1999/xhtml' The only thing I can figure is that maybe a call to one of those was choking it, but that seems unlikely. There's also some code at the bottom of it that grabs an external feed. I can't tell when that code would actually get called, so I don't know if that was the hangup. My blessing came through, though, so it's a non-issue for me... but it might save someone else some grief in the future. -Will On Mar 3, 12:41 am, Thufir <[EMAIL PROTECTED]> wrote: > On Sun, 02 Mar 2008 22:40:21 -0800, SimianLogic wrote: > > I eventually want to parse an external feed, change the results around a > > bit, and reserve the content with a few add-ons. > > How are you planning on parsing the external rss feed? > > -Thufir --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
