Message
XML Parsing error: syntax error
Explanation
Your feed is not well formed according to the XML specification. All feeds should be well-formed XML.
Solution
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.
The most common cause is encoding errors. There are several basic approaches to solving this: escaping problematic characters, escaping entire blocks of text with CDATA sections, or putting an encoding declaration at the start of the feed.
Not clear? Disagree?
Let us know on the feedvalidator-users discussion list!