Link to home
Start Free TrialLog in
Avatar of systems_mitsui
systems_mitsui

asked on

RSS feed link doesn't work in IE6 just shows THE XML

Hi,

I am trying to create an RSS feed/link on my site.
When I open the site in IE7 and click on the RSS feed link [using the RSS feeder in IE7] I get the oppotunity to subscribe.
But when I click on the link or try to drag it into my reader after opening the site in IE6, just the xml code shows!

The RSS reader we're using for IE 6 is RSSReader 1.0.88.0
Anyone know why this happening?

Here is the link on my site:
href="rackstar.xml#" alt="click here for RSS feed" />

Xml for RSS feed:

<?xml version="1.0" encoding="UTF-8" ?>
- <rss version="2.0">
- <channel>
  <title>Infrastructure Team Intranet</title>
  <link>http://intra.ebu.eua.mitsui.com</link>
  <description>Rackstar Project</description>
  <pubDate>Wed, 08 Oct 2008 14:29:31 +0100</pubDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <ttl>1440</ttl>
  <generator>RSSeditor v0.9.54 (http://www.rss-info.com)</generator>
- <image>
  <url>http://intra.ebu.eua.mitsui.com/rss_header.jpg</url>
  <title>Rackstar</title>
  <link>http://intra.ebu.eua.mitsui.com/rss_header.jpg</link>
  </image>
- <item>
  <title>Rackstar</title>
  <link>http://intra.emea.eua.mitsui.com</link>
  <author>D. Jones</author>
- <description>
- <![CDATA[ <P>new content test</P>  
  ]]>
  </description>
  </item>
  </channel>
  </rss>

Avatar of Onthrax
Onthrax
Flag of Netherlands image

IE6 doesn't have the 'smart' functionality that firefox and IE7 has. IE6 users will need to copy/paste the XML link manually in their feed reader. Some feed readers will monitor IE6 to catch XML files though.
Avatar of systems_mitsui
systems_mitsui

ASKER

Thanks Onthrax,

do you know of a reder that monitors IE6 so it will catch the xml Files.

It's just we want to implement an Intranet site and IE6 is default browser [I know!] within the company and we want to use RSS. So if you know of a reader that works we  can push that out to our users as standard

B.T.W. on the BBC site do they have a differnt set up where if you click on an RSS feed say for the three day weather you get the xml feed page displayed correctly. How does this work as I have ie6 on mymachine?

I do not have experience with an rss reader of that kind (had no need for it so never bothered) but a simple google search shows for example:

http://www.deskshare.com/awr.aspx
"An advanced Auto Discovery feature enables you                          to find RSS feeds while you browse websites                          using Internet Explorer. When RSS feeds are                          discovered, you can select and add them to                          Active Web Reader. The Import and Export Wizard                          lets you import feeds from any standard OPML                          directory or file. You can also share your feeds                          by exporting them to an OPML file. "

Where do you see the rss feed on the BBC site?
Go to the five day forcast and there you can select the RSS feed for 3 days
ASKER CERTIFIED SOLUTION
Avatar of Onthrax
Onthrax
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial