Character not allowed in prolog

Cause:

Incorrect or missing xml prolog at the beginning of the document.

Example:

Good

<?xml version="1.0" encoding="UTF-8"?>

Solution:

Add a xml prolog as the first line of the document.

References: