Dieser Artikel wurde automatisch erzeugt und wird auch automatisch wieder ausgelesen. Es ist deshalb wichtig, dass nur der Inhalt der gelben Code-Boxen verändert wird.

Es handelt sich dabei um eine Fehlermeldung des Feed-Validators, die eventuell noch ins Deutsche übersetzt werden muss. Wenn du kannst, hilf mit!

Status dieser Fehlermeldung: Noch nicht übersetzt

Meldung


<p><code>foo</code> should not have text (all data is in attributes)</p>

Erklärung


<p>You have an old-style <code>link</code> in your Atom feed.</p>

Lösung


<p>In Atom 0.3, the format of <code>link</code> changed.  Instead of simply containing an address of a page or resource, it now contains three attributes that describe the type of link, and the MIME type of the linked resource, and the address of the resource.</p>

<p>This was the format in Atom 0.2:</p>

<blockquote><code>&lt;link&gt;http://www.example.com/&lt;/link&gt;</code></blockquote>

<p>This is the new format in Atom 1.0 and later:</p>

<blockquote><code>&lt;link href="http://www.example.com/"/&gt;</code></blockquote>

<p>Note: this information only applies to Atom feeds (not RSS feeds).</p>