Character ... is the first character of a delimiter but occurred as data

Cause:

This message may appear in several cases:

Example:

Good<p>The first character of an HTML element is <</p>
Good<p>The first character of an HTML element is &lt;</p>

Solution:

Replace the character with a proper Character Entity.

References: