

Recent blog posts
Resources |
FireANT RSS Feed Parsing Problems with Drupal & FeedBurner
Submitted by kentbye on Fri, 2005-07-29 13:34.
Drupal | FireANT | RSS | XML
People can't subscribe to my vlog feed with FireANT at the moment -- although iTunes seems to work.
It seems as though that Drupal may be causing a problem with my Drupal RSS feed for my vlog being sent to FeedBurner, which is causing the FireANT videoblog aggregator to not parse the Feedburner vlog feed correctly. I'm still not totally sure if it's Drupal or FeedBurner that's causing the problems, but I'm posting more technical details below so that I can ask around in the hopes of trying to debug this issue. The Drupal RSS feed that I'm sending to Feedburner is the taxonomy term of "vlog." So every post I tag as vlog, gets sent to the feed. The culprit that seems to be messing up the parsing is this line being added to the RSS feed: "<!DOCTYPE rss>" When I look at the XML feed, it sends me to Feedburner's page. Daniel Salber tells me that he uses either wget or curl to grab the XML feed directly as text. Salber sent me a copy of my RSS XML looks like coming from my Feedburner Feed:
This Drupal page gives more info defending the use of DOCTYPE. They link to an article where Jeffery Zeldman says:
So it seems to have something to do with CSS standards, and with the validation process. The FireANT folks seem to think that it's unnecessary to include this in a RSS feed, and I think that they may be right because why would a CSS validator have to verify whether or not a RSS feed correctly displays in web browsers? RSS isn't displayed in web browsers. Oy Vey! Not sure who's right on this one. I'll ask around though. |