Quote:
Originally Posted by KevinH
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.
|
Ok. But if Sigil didn't change amp from its numeric to named, would the numeric entity for amp cause problems? I.e., would it fail EpubCheck if amp was numeric?