You are not logged in.
Pages: 1
Does the rss feed supposed to work with Firefox Live Bookmark?
It shows me nothing. I have other subscriptions with other websites that work fine (they are xml based).
Thank you
Offline
The problem might be in the CONTENT-TYPE of the RSS feeds. This has been a general disaster for XML files over HTTP. Different browsers require different content type for the XML files to be valid. I decided to use "text/xml" as it is most commonly used and is supported by most of the browsers and feed-readers. I tested in Opera and IE, it works perfectly.
Try searching Firefox forums, or search Google. I'm sure that many people came across the same issue and there must be a simply workaround (like adding a new content-type in Firefox).
Offline
Thanks for your response. I searched a lot and find nothing pertinent
So I decided to test myself by comparing your xml file with others feeds that work for me. And I found what firefox doesn't like
Each item MUST have a non empty node link. I replaced all <link></link> by <link>http://den4b.com/</link> and it works
<item>
<title>ReNamer 5.10</title>
<link>http://den4b.com/</link>
<description>Yet another update......</description>
<author>Denis Kozlov</author>
<pubDate>Thu, 11 Oct 2007 23:00:00 +0000</pubDate>
</item>
Could you add these changes to your xml file?
Thank you
Offline
I have made the adjustments. Sorry for tooking so long.
Now, <link> tag of every RSS item will contain link to this site.
Thanks for your effort in finding the problem
Offline
Pages: 1