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!
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>"http://"</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><guid>http://www.example.com/archives/000054.html</guid></samp></p>
<p><samp><guid isPermaLink="false">article 54 at example.com</guid></samp></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><guid>http://www.example.com/archives/000054.html</guid></samp></p>
<p><samp><guid isPermaLink="false">article 54 at example.com</guid></samp></p>
