Thanks for the reply back.
'channel', I believe, is a wrapper for items. So the code just seems to
pull back the logo for the feed, not individual item images.
Let me paste in a snippet of RSS:
<item>
<title>Watering Holes: Memphis At the Santora</title>
<link>http://daily.likeme.net/?p=184</link>
<description><![CDATA[The SanTana outpost...<p>]]></description>
<content:encoded><![CDATA[<p><img
src="http://i934.photobucket.com/albums/ad189/nunadooch/LikeMe/Picture6-1.png"
alt="" width="600" /></p>The SanTana outpost...]]></content:encoded>
</item>
Wordpress uses <content:encoded> to store the media referenced in the
item.
Is there a ruby way of getting to <content:encoded>?
Or does anyone know a way to force Wordpress to output better RSS?
Thanks again,
Chris
--
Posted via http://www.ruby-forum.com/.