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>Missing namespace for <code>foo</code></p>

Erklärung


<p>This element is in a namespace, but you have not declared the namespace.</p>

Lösung


<p>Declare the namespace at the top of your feed.  For example, if you use <code>dc:date</code> in your feed, you will need to declare the proper <code>dc</code> namespace, like this:</p>

<p><samp>&lt;rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"&gt;</samp></p>

<p>Check the <a href="../../docs/howto/declare_namespaces.html">full list of namespaces</a> for the exact declaration you need.</p>