Quote:
Originally Posted by Ibn
ERROR ITMS-9000: "OEBPS/Text/Section0003.xhtml(16): element "blockquote" incomplete; expected element "address", "blockquote", "del", "div", "dl", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "ins", "noscript", "ns:svg", "ol", "p", "pre", "script", "table" or "ul" (with xmlns:ns="http://www.w3.org/2000/svg"). This error occurs 2 times." at Book (MZItmspBookPackage)
|
I got the same message with epubcheck, it refers to the two empty blockquote statements.
Code:
<blockquote class="sgc1"></blockquote>
If you fill in some contents such as "<p> </p>", the message is gone.