I see no obvious reason why this would not work:
{exp:magpie url="http://feeds2.feedburner.com/fitsugar" limit="1" refresh="720"}
{items}
{exp:phpstringfun function="html_entity_decode" par1="{description}"}
{description}{/exp:phpstringfun}
{/items}
{/exp:magpie}
unless the Magpie tags aren’t being parsed when they’re in the {exp:phpstringfun} tags. Any ideas? This particular blog’s RSS feed converts all of its < and > carrots to their respective HTML entities. It’s a pain in the butt.
