As I explained, primary xml escape named entities are always allowed.
& -> & amp ;
< -> & lt ;
> -> & gt ;
etc.
These primary named entities are needed to escape those symbols in text so that they do not confuse the xml/html tag parser.
These primary escapes should never be added to any Sigil Preserve entities list as these should not be converted or changed in any way.
|