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>XML Parsing error: <code>syntax error</code></p>
Erklärung
<p>Your feed is not <a href="http://www.w3.org/TR/REC-xml/#sec-well-formed">well formed</a> according to the <a href="http://www.w3.org/TR/REC-xml">XML specification</a>. All feeds should be well-formed XML.</p>
Lösung
<p>The text of the error may contain additional helpful details. At a minimum, the actual line and column number where the error was detected will be reported. </p>
<p>The most common cause is encoding errors. There are several basic approaches to solving this: escaping problematic characters, <a href="http://www.w3.org/TR/REC-xml#dt-chardata">escaping entire blocks of text</a> with <a href="http://www.w3.org/TR/REC-xml#dt-cdsection">CDATA sections</a>, or putting an <a href="http://www.w3.org/TR/REC-xml#NT-EncodingDecl">encoding declaration</a> at the start of the feed.</p>
<p>Another common error is the inclusion of whitespace characters (spaces, tabs, newlines) before the <a href="http://www.w3.org/TR/REC-xml/#NT-XMLDecl">XML Declaration</a>. If an XML Declaration is included, it must be the first thing in the document</p>
<p>The most common cause is encoding errors. There are several basic approaches to solving this: escaping problematic characters, <a href="http://www.w3.org/TR/REC-xml#dt-chardata">escaping entire blocks of text</a> with <a href="http://www.w3.org/TR/REC-xml#dt-cdsection">CDATA sections</a>, or putting an <a href="http://www.w3.org/TR/REC-xml#NT-EncodingDecl">encoding declaration</a> at the start of the feed.</p>
<p>Another common error is the inclusion of whitespace characters (spaces, tabs, newlines) before the <a href="http://www.w3.org/TR/REC-xml/#NT-XMLDecl">XML Declaration</a>. If an XML Declaration is included, it must be the first thing in the document</p>
