View Single Post
Old 06-11-2019, 05:04 PM   #24
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,928
Karma: 6361444
Join Date: Nov 2009
Device: many
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.
KevinH is offline   Reply With Quote