View Single Post
Old 06-11-2019, 04:51 PM   #21
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,914
Karma: 6120478
Join Date: Nov 2009
Device: many
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.
KevinH is offline   Reply With Quote