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>An <code>item</code> should not include both <code>foo</code> and <code>bar</code></p>

Erklärung


<p>This <code>item</code> contains two elements which mean the same thing.  This can occur in RSS 2.0 when you mix core elements and namespace elements.  This can confuse news aggregators and RSS parsers, since there are no universally accepted rules about which element takes precedence.</p>

<p>Examples of <code>item</code> elements that mean the same thing:</p>

<p><samp>author</samp> and <samp>dc:creator</samp></p>

<p><samp>category</samp> and <samp>dc:subject</samp></p>

<p><samp>source</samp> and <samp>dc:source</samp></p>

Lösung


<p>Remove one of the duplicate elements.</p>