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>Invalid HTML: <code>explanation</code></p>
Erklärung
<p>Common causes for this condition:</p>
<ul>
<li>Placing plain text in an element intended to be rendered as HTML.
Example: representing a less than sign ("<") as escaped HTML
requires the following code: <code>&amp;lt;</code></li>
<li>Use of non-HTML tags.</li>
<li>Arbitrary truncation of HTML, possibly in the middle of a tag.</li>
<li>Unmatched quotes in attribute values, or missing whitespace between
attributes</li>
<li>For Atom feeds: declaring the
<code>type</code> as <code>xhtml</code>, but not changing
the default namespace from atom's to xhtml's.</li>
</ul>
<ul>
<li>Placing plain text in an element intended to be rendered as HTML.
Example: representing a less than sign ("<") as escaped HTML
requires the following code: <code>&amp;lt;</code></li>
<li>Use of non-HTML tags.</li>
<li>Arbitrary truncation of HTML, possibly in the middle of a tag.</li>
<li>Unmatched quotes in attribute values, or missing whitespace between
attributes</li>
<li>For Atom feeds: declaring the
<code>type</code> as <code>xhtml</code>, but not changing
the default namespace from atom's to xhtml's.</li>
</ul>
Lösung
<p>For elements intended to be rendered as HTML, like RSS
<code>description</code>, make sure that all plain text content is escaped
first as HTML and then again as XML.</p>
<p>For Atom text constructs, you can use the <code>type</code> attribute
to declare your intented usage: plain <code>text</code>,
escaped <code>html</code> or in-line <code>xhtml</code>.</p>
<code>description</code>, make sure that all plain text content is escaped
first as HTML and then again as XML.</p>
<p>For Atom text constructs, you can use the <code>type</code> attribute
to declare your intented usage: plain <code>text</code>,
escaped <code>html</code> or in-line <code>xhtml</code>.</p>
