cannot generate system identifier for general entity %1

Cause:

An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

Example:

textexample textexample

Bad:
textexample textexample
Good:
textexample textexample

Solution:

textexample textexample

References: