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>guid</code> must be a full URL, unless isPermaLink attribute is false</p>

Erklärung


<p>By default, the <code>guid</code> element specifies a permanent link for an item, the value must be a full URL (starting with "<code>&quot;http://&quot;</code>").</p>

Lösung


<p>If you are using the <code>guid</code> element as a permanent link, make sure the value is a full URL, including the "<code>http://</code>" at the beginning.</p>

<p>If you are using the <code>guid</code> element simply as a unique identifier (and not a link to the item), then the value can be whatever you want, but you must include the attribute <code>isPermaLink="false"</code> in the <code>guid</code> tag.</p>

<p>Both of these are valid <code>guid</code>s:</p>

<p><samp>&lt;guid&gt;http://www.example.com/archives/000054.html&lt;/guid&gt;</samp></p>

<p><samp>&lt;guid isPermaLink="false"&gt;article 54 at example.com&lt;/guid&gt;</samp></p>