Hi
I am trying to implement RSS feeds for news section of our site.
Before going to implementation I am trying to do a POC with a smalll
static RSS feed. I named the file abc_news.xml (with type XML in Live
Server) and added following content:
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>IBN Top Headlines</title>
<description>Latest News from IBNLive.com</description>
<link>http://www.ibnlive.com/index.html</link>
<item>
<title>TDP MLAs quit over Telangana, Cong won't</title>
<link>http://www.ibnlive.com/news/</link>
<description>Committee heading movement separate state on
verge of split.</description>
</item>
</channel>
</rss>
Now, when i hit this xml in Firefox it works fine, but when I hit this
in IE7 it gives me following error:
Internet Explorer cannot display this feed
Internet Explorer does not support feeds with DTDs.
Go back to the previous page.
More information
This feed contains a DTD (Document Type Definition). DTDs are used to
define a structure of a webpage. Internet Explorer does not support
DTDs in feeds.
I tried to host this rss feed directly through IIS and from there it
works fine in both FF and IE. So I am sure problem is something
specific to Live Server.
If anyone has encountered a similar problem or any any inputs then
please share.
Regards
Pawan
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.