J
John A Grandy
Apparently all that is necessary for an RSS feed reader to auto-discover an
RSS feed associated with a page received and rendered by the browser is to
include the following on the page :
<head runat="server">
<title>Untitled Page</title>
<link rel="alternate" type="application/rss+xml" title="RSS Feed Test"
href="http://localhost/rss/rssfeedtest.rss" />
</head>
However, this is not working for me (the page is returned , but the feed is
not auto-discovered by a feed reader which discovers feeds on other page
just fine).
Does http://localhost/rss/rssfeedtest.rss have to pass RSS validation for it
to be discovered ?
http://validator.w3.org/feed/check.cgi
That doesn't seem to make sense ...
What else could be going wrong ?
RSS feed associated with a page received and rendered by the browser is to
include the following on the page :
<head runat="server">
<title>Untitled Page</title>
<link rel="alternate" type="application/rss+xml" title="RSS Feed Test"
href="http://localhost/rss/rssfeedtest.rss" />
</head>
However, this is not working for me (the page is returned , but the feed is
not auto-discovered by a feed reader which discovers feeds on other page
just fine).
Does http://localhost/rss/rssfeedtest.rss have to pass RSS validation for it
to be discovered ?
http://validator.w3.org/feed/check.cgi
That doesn't seem to make sense ...
What else could be going wrong ?