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>Same-document reference</p>

Erklärung


<p>The URI in question can be considered as a
<a href="http://www.apps.ietf.org/rfc/rfc3986.html#sec-4.4">Same-Document Reference</a>.
As the current xml:base in effect does not match the URI of the document,
this can lead to inconsistent and non-interoperable behavior between
different clients.</p>

Lösung


<p>Consider changing the xml:base to reference the either the
document itself, or the parent directory of the document referenced.</p>
<p>For example, change:</p>
<blockquote><code>&lt;link href="." xml:base="http://example.com/blog/" /&gt;</code></blockquote>
<p>to this:</p>
<blockquote><code>&lt;link href="." xml:base="http://example.com/blog/feed.atom" /&gt;</code></blockquote>
<p>or this:</p>
<blockquote><code>&lt;link href="blog/" xml:base="http://example.com/" /&gt;</code></blockquote>