element %1 undefined

Cause:

You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

Example:

textexample textexample

Bad:
textexample textexample
Good:
textexample textexample

Solution:

textexample textexample

References: