Putting image in 'item' part of rss feed

Discussion in 'XML & RSS' started by gunsock, Aug 10, 2009.

  1. #1
    Hi All
    Can anyone help me with creating an RSS feed which includes images with each item (not the channel).

    The feed I've created without images is as follows:
    <?xml version="1.0"?>
    <rss version="2.0">
    <channel>

    <title>Actors</title>
    <description>The explanation of how the items are related goes here</description>
    <link>http://www.directoryoflinksgohere,com</link>


    <item>
    <title>Humphrey Bogart, Hollywood Tough Guy</title>
    <description>Humphrey Bogart, for many people throughout the world, will always be the ultimate screen actor whose position as the greatest Hollywood movie tough guy of them all is secure. His film characters such as Sam Spade, Rick Blaine, Duke Mantee and Fred C. Dobbs, to name a few, have become woven into the fabric of Western culture. He became famous for portrayals of tender-hearted heroes with tough and cynical exteriors. In 1952 he won an Academy Award for The African Queen.</description>
    <link>http://www.hollywoodsgoldenage.com/actors/bogart.html</link>
    </item>

    <item>
    <title>Judy Garland, The Greatest Entertainer</title>
    <description>Born into show business, Judy Garland became one of classic Hollywood's most popular musical entertainers and actresses. She was only 47 when she died in 1969 but she had already created for herself a legendary status which has increased over time.</description>
    <link>http://hubpages.com/hub/Judy_Garland__Complete_Entertainment</link>
    </item>


    </channel>
    </rss>

    I've tried putting image URL's in various places but nothing works. Google search is mysteriously quiet about it.

    Thanks in advance.

    gunsock
     
    gunsock, Aug 10, 2009 IP