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>Missing xhtml:div</p>
Erklärung
<p>If the value of "type" is "xhtml", the content of the Text construct
MUST be a single XHTML div element, and SHOULD be suitable
for handling as XHTML.</p>
<p>Note: the XHTML div element itself is not considered part of the
content</p>
MUST be a single XHTML div element, and SHOULD be suitable
for handling as XHTML.</p>
<p>Note: the XHTML div element itself is not considered part of the
content</p>
Lösung
<p>If your content is intended to be XHTML, insert <code><div xmlns="http://www.w3.org/1999/xhtml"></code> before your XHTML content, and
<code></div></code> after it.</p>
<p>If, however, your content is simple text or html, change the type attribute to match your content. Here are a few example titles, each intended to convey the simple string <code>AT&T</code> as a title:</p>
<ul>
<li><pre><title>AT&amp;T</title></pre></li>
<li><pre><title type="text">AT&amp;T</title></pre></li>
<li><pre><title type="html">AT&amp;amp;T</title></pre></li>
<li><pre><title type="html"><![CDATA[AT&amp;T]]></title></pre></li>
<li><pre><title type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">AT&amp;T</div>
</title></pre></li>
</ul>
<code></div></code> after it.</p>
<p>If, however, your content is simple text or html, change the type attribute to match your content. Here are a few example titles, each intended to convey the simple string <code>AT&T</code> as a title:</p>
<ul>
<li><pre><title>AT&amp;T</title></pre></li>
<li><pre><title type="text">AT&amp;T</title></pre></li>
<li><pre><title type="html">AT&amp;amp;T</title></pre></li>
<li><pre><title type="html"><![CDATA[AT&amp;T]]></title></pre></li>
<li><pre><title type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">AT&amp;T</div>
</title></pre></li>
</ul>
