Forums / Setup & design / RSS Syndication - really strange behaviour

RSS Syndication - really strange behaviour

Author Message

Michael Fürst

Wednesday 29 April 2009 1:58:24 am

Hi there,

I've big problems with my RSS Feed. The content is syndicated quite well, but every client (RSS Reader) reacts in another (wrong) way.

<b>Some example:</b>
- Slim RSS Reader: All news are up-to-date and shown as they should be -> OK
- FeedDaemon: No News are shown (but also no error message)
- Newsgator: No News are shown (but also no error message)
- Google Feed Reader: Only "old" articles are in the feed (very strange)

But the syntax of the feed looks fine, the W3C feed valiator check is passed without any errors.

Here is are some lines of the RSS Source:

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://www.mysite.com/rss/feed/schlagzeilen" rel="self" type="application/rss+xml"/>
    <title>mysite.com - Schlagzeilen</title>
    <link>http://www.mysite.com</link>
    <description>Aktuelle Meldungen und exklusive Hintergrundstories rund um Tennis, Squash &amp; Badminton</description>
    <language>de-DE</language>
    <item>
      <title>Nadal rauscht ins Barcelona-Finale</title>
      <link>http://www.mysite.com/Tennis/Content-Tennis/200904/Nadal-rauscht-ins-Barcelona-Finale</link>
      <guid>http://www.mysite.com/Tennis/Content-Tennis/200904/Nadal-rauscht-ins-Barcelona-Finale</guid>
      <description>Zwei-Satz-Erfolg über Davydenko</description>
      <pubDate>Wed, 29 Apr 2009 08:18:00 GMT</pubDate>
    </item>
    <item>
      <title>Nadal fegt Rochus vom Platz</title>
      <link>http://www.mysite.com/Tennis/Content-Tennis/200904/Nadal-fegt-Rochus-vom-Platz</link>
      <guid>http://www.mysite.com/Tennis/Content-Tennis/200904/Nadal-fegt-Rochus-vom-Platz</guid>
      <description>ATP Turnier Barcelona, 3. Runde</description>
      <pubDate>Tue, 28 Apr 2009 09:15:53 GMT</pubDate>
    </item>
    <item>
      <title>Paszek wieder einsatzbereit</title>
      <link>http://www.mysite.com/Tennis/Content-Tennis/200904/Paszek-wieder-einsatzbereit</link>
      <guid>http://www.mysite.com/Tennis/Content-Tennis/200904/Paszek-wieder-einsatzbereit</guid>
      <description>Stuttgart-Start außer Gefahr</description>
      <pubDate>Thu, 23 Apr 2009 17:56:27 GMT</pubDate>
    </item>
  </channel>
</rss>

I've checked it against the RSS specifications and couldn't find any mistakes.

So guys, has anyone any idea wich may help me with my problem? I've really no more ideas what to try....

Thanks & regards,
Mike