Whenever I see images in an RSS feed, they are embedded in CDATA, rather than surrounded by tags.
In my feed, I would like the images to show up without doing that.
Whether in the browser, or a feed reader (Bloglines) or through FeedBurner, the following structure does not show images, although it is valid RSS. Does anyone have experience with this?
<item> <category>Viewbook</category> <title>Widget</title> <description>Learn more about our widgets.</description> <link>http://www.widget.com/Default.aspx</link> <image> <url>http://www.widget.com/images/thumb.gif</url> <title>Widget</title> <link>http://www.widget.com/Default.aspx</link> <description>Learn more about our widgets.</description> </image> </item>
On Colonol Sponsz’ hint, I researched:
There’s no image tag for items, only for the channel. So you have to do it via the CDATA tag.