i would suggest seeing if the fan favorite site you are trying to pull the RSS from has an actual xml source for the RSS to pull from. the garble is most likely due to the formatting placed from the source site?
i viewed the link you provided that was supposedly the RSS feed:
<![CDATA[PlanetSwindoe Store: Popular Products]]> http://store.swindoe.com Fri, 02 Apr 2010 19:54:53 +0000<![CDATA[SWINDOE The Album]]> http://store.swindoe.com/products/SWINDOE-The-Album.html Tue, 19 Jan 2010 12:27:59 +0000http://store.swindoe.com/products/SWINDOE-The-Album.html
this is malformed and incorrect for an RSS feed.
RSS 2.0 Proper Format for a Feed
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Example Channel</title>
<link>http://example.com/</link>
<description>My example channel</description>
<item>
<title>News for September the Second</title>
<link>http://example.com/2002/09/01</link>
<description>other things happened today</description>
</item>
<item>
<title>News for September the First</title>
<link>http://example.com/2002/09/02</link>
</item>
</channel>
</rss>
This is not a dolphin problem, this is a problem with where you are trying to pull the feed from.
Regards,
DosDawg
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support