Gareth Bult
04-25-2008, 01:00 PM
1) Script Title: Advanced RSS Ticker
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/rsstickerajax/
3) Describe problem:
I have this working perfectly in Firefox, however when I try to use IE7 I get;
Error fetching remote RSS feed!
Looking at the code it indicates that it can't see an "item" tag in the feed. Now I've printed the XML it 'does' get, and there is an "item" tag there .. so I'm totally confused as to how this can possibly be ... it's as though the XML parser in Firefox works and the one in IE doesn't ?!
Anyone any ideas?
I shrunk the feed for proof of problem, here's what I'm using as a test;
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<item>
<title>Title</title>
<link>Test</link>
<description>Desc</description>
<pubDate>Today</pubDate>
</item>
</channel>
</rss>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/rsstickerajax/
3) Describe problem:
I have this working perfectly in Firefox, however when I try to use IE7 I get;
Error fetching remote RSS feed!
Looking at the code it indicates that it can't see an "item" tag in the feed. Now I've printed the XML it 'does' get, and there is an "item" tag there .. so I'm totally confused as to how this can possibly be ... it's as though the XML parser in Firefox works and the one in IE doesn't ?!
Anyone any ideas?
I shrunk the feed for proof of problem, here's what I'm using as a test;
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<item>
<title>Title</title>
<link>Test</link>
<description>Desc</description>
<pubDate>Today</pubDate>
</item>
</channel>
</rss>