I am having the same issues as this thread
http://ellislab.com/forums/viewthread/84583/
I am trying to do something like this
{exp:weblog:entries weblog="merchants" sort="desc"}
<h1>{title}</h1>
{description}
{direct_link}<br>
{exp:magpie url="{rss}" limit="10" refresh="720"}
<ul>
{magpie:items}
<li><a >{title}</a>{magpie:description}</li>
{/magpie:items}
</ul>
{/exp:magpie}
{featured}
{/exp:weblog:entries}[/quote]Where RSS is defined in a weblog field.
I have hardcoded the magpie rss url into the template and it works fine… it just won’t pull the url from the entry.