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>foo</code> is not a valid URN</p>

Erklärung


<p>Value is not a valid URN, as defined by <a href="http://www.faqs.org/rfcs/rfc2141.html">RFC 2141</a>.</p>

Lösung


<p>URNs have very picky syntax requirements.  A common problem is trying to use domain names as namespace identifiers in URNs.  For example, this is an <em>invalid URN</em>:</p>

<p><samp>urn:feeds.archive.org:validator:1</samp></p>

<p>This is a valid URN:</p>

<p><samp>urn:feeds-archive-org:validator:1</samp></p>

<p>Note that the periods in the domain name have been replaced by dashes.</p>

<p>If this is not your problem, try reading <a href="http://www.faqs.org/rfcs/rfc2141.html">RFC 2141</a>.  It's quite short.  Section 2.1 talks about what's allowed in namespace identifiers (immediately after the "urn:" part); section 2.2 talks about what's allowed in the rest of it.</p>