Malcolm Beck´s: Problem: RSS vs. Atom

Beitrag lesen

hi,

Sorry, sollte wohl auch eine Gültige Form ins rennen schicken:

<?xml version="1.0" encoding="UTF-8"?>  
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">  
  
  <channel>  
    <title>Malcolm Beck's Newsfeed</title>  
    <link>http://example.com</link>  
    <description>Malcolm Beck's tauscht Feeds aus</description>  
    <language>de-de</language>  
    <copyright>Malcolm Beck's, malcolm@example.com</copyright>  
    <atom:link href="http://example.com/feed.xml" rel="self" type="application/rss+xml" />  
    <pubDate>Thu, 29 May 2008 09:59:01 +0200</pubDate>  
  
    <item>  
      <title>Atom oder RSS?</title>  
      <description>Was soll man nur nehmen ...</description>  
      <link>http://example.com/meine/datei</link>  
      <author>malcolm@example.com (Malcolm Beck's)</author>  
      <guid isPermaLink="true">http://example.com/meine/datei</guid>  
      <pubDate>Sat, 21 Jun 2008 10:02:43 +0200</pubDate>  
    </item>  
  
  </channel>  
</rss> 

Kind regards

--
I have a Dream...
Bugs erzeugen gegenbugs.
Wir müssen Bugs mit Bugs bekämpfen!