Quote:
Originally Posted by carl_torstensson
Hi,
Im trying to validate my epub3 book. I get the following error in the latest epubcheck:
ERROR: korrupta.epub/OEBPS/kapitel_19.xhtml(1,1): Entity '%OEBEntities' is undeclared
ERROR: korrupta.epub/OEBPS/kapitel_20.xhtml(7,52): External entities are not allowed in XML. External entity declaration found: %OEBEntities
|
It sounds like you're trying to use an internal DTD subset in your XHTML files. Is that permitted in epub3? Is that DTD subset valid?
Can you post the first view lines of your XHTML file?