I'm just getting into the Google RSS API and I have it successfully setup but I'm coming across a problem when I try to set the body to content (I want the images on the FEED) but I also get the HTML in the text. I tried snippet and I see that gets rid of the HTML but that doesn't provide images. Is there anyway I can get rid of the HTML in content? Thanks for your time.
I'm fairly certain you can do what you are asking through the format you select. google.feeds.Feed.XML_FORMAT or google.feeds.Feed.JSON_FORMAT http://code.google.com/apis/ajaxfeeds/documentation/reference.html I have done a few things with the RSS feeds, but not a ton.