-
The source sending the XML had some bogus characters in their code.
-
PHP’s built-in XML parser reported an error to CaRP while attempting to parse the feed.
-
Tools for validating and vetting XML
-
An XML document has always a single root. Everything else other than whitespace, comments or processing instructions after the closing tag of the document element is junk.
- A well-formed XML document must have one, and only one, top-level element. Anything after that element’s end-tag will be ignored at best, and possibly reported as an error such as the one you’re getting here.
SocialVibe