D
davidanthonybradbury
I have created an ASP file which builds an RSS feed line by line from
a database of publications, eg
response.Write("<item><title><![CDATA[" & strDocTitle & " - " &
strDate & "]]></title>")
response.Write("<description><![CDATA[" & strDescription & "]]></
description>")
The final ASP file will open in Firefox but not in IE. In Firefox I'm
asked if I want to subscribe to this feed and all the publications are
shown. IE just hangs. This is both IE 6 and IE 7.
Also, I was hoping to embed the ASP file into an html page listing the
RSS feeds we offer, so that the RSS icon appears in the address bar on
RSS enabled browsers. However, adding the line
<link href="/pubs/baf/indexRSS.asp" rel="alternate" type="application/
rss+xml" title="Publications" />
to the html page doesn't work. The RSS icon appears but when clicked
you get an error because the page itself is ASP. Is there any way
around this?
Thanks very much
David
a database of publications, eg
response.Write("<item><title><![CDATA[" & strDocTitle & " - " &
strDate & "]]></title>")
response.Write("<description><![CDATA[" & strDescription & "]]></
description>")
The final ASP file will open in Firefox but not in IE. In Firefox I'm
asked if I want to subscribe to this feed and all the publications are
shown. IE just hangs. This is both IE 6 and IE 7.
Also, I was hoping to embed the ASP file into an html page listing the
RSS feeds we offer, so that the RSS icon appears in the address bar on
RSS enabled browsers. However, adding the line
<link href="/pubs/baf/indexRSS.asp" rel="alternate" type="application/
rss+xml" title="Publications" />
to the html page doesn't work. The RSS icon appears but when clicked
you get an error because the page itself is ASP. Is there any way
around this?
Thanks very much
David