Named entities except for basic xml escapes such as lt, gt, etc, are illegal in epub3.
If you have Preserve entities set you should change from using named entities to numeric entities.
To find entities you can use regular expression search starting with & and ending with ;
Mend will find all entities and properly replace them with characters, with only the ones in Preserve Entities being preserved.
|