32
You have used illegal character set in your XML
Notice! This page describes the nature of the error using a hypothetical example and not the erroneous data of the input test file. You should however be able to apply this information to your error case.
Error description:
You have used illegal character set in your XML.
Encoding is given in the XML declaration at the beginning of the XML file. Most common encoding is UTF-8:
<?xml version="1.0" encoding="UTF-8"?>
If you don't know what encoding is, read more from here.
Error message given by the validator:
Unsupported encoding X.