Quote:
Originally Posted by roger64
But maybe, it could offer an option for EPUB3 where entities cannot be used? I read this comment from a qualified representative of the IDPF :
|
As I said, calibre doesn't really care if an epub is version 2 or 3. It doesn't seek to find out. It's fairly agnostic and unconcerned.
There is no:
Code:
if is epub3:
blah, blah
else:
blah
logic in calibre's codebase (to my knowledge).