It's probably just a missing or wrong encoding declaration at the top of the XML file. Find out which character encoding the XML file is stored in, and modify the first line in the XML file to look like
<?xml version="1.0" encoding="correct_encoding_here"?>
In reply to Re: XML Parser error
by moritz
in thread XML Parser error
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |