value of attribute %2 invalid: %1 cannot start a name

Cause:

It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.

Example:

textexample textexample

Bad:
textexample
textexample
Good:
textexample textexample

Solution:

textexample textexample

References: