For this weather RSS feed I’m using, Magpie is bundling the title within the <image> tags with the <item> title.
<title>Current Conditions</title>
−
<guid>
http://www.theweathernetwork.com/index.php?product=weather&placecode=cabc0308&ref=current_obs
</guid>
−
<link>
http://www.theweathernetwork.com/index.php?product=weather&placecode=cabc0308&ref=current_obs
</link>
Sun, 24 June 2007 11:00:00 PDT</pubDate>
−
<image>
<url>http://rss.counter.weather.ca/counter.gif</url>
<title>spacer</title>
−
<link>
http://www.theweathernetwork.com/index.php?product=weather&placecode=cabc0308&ref=current_obs
</link>
</image>
so as a result, I’m getting:
Current Conditionsspacer Not Available, 17 °C , Humidity 52% , Wind
The problem, is spacer appearing in the title.
my code is:
{exp:magpie url="http://rss.theweathernetwork.com/weather/cabc0308" limit="10" refresh="60"}
{items}
<li><a href="http://{link}">{title}</a>
{description}
{/items}
</ul>
</ul>
{/exp:magpie}
How do I get this fixed?
Thanks
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.