Quote:
Originally Posted by roccokain
Error while parsing file 'value of attribute "id" is invalid; must be an XML name without colons'.
current Line: <body id="0-bfc8bdc902174996bf1520277eb08963" class="calibre">
current Line: <body id="1T140-bfc8bdc902174996bf1520277eb08963" class="calibre">
|
id values cannot start with a number, they must start with a letter.
Quote:
Error while parsing file 'element "nav" not allowed anywhere; expected the element end-tag or 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")'.
current Line: <nav epubU0003Atype="toc">
current Line: </ul>
|
The <nav> element is not defined, and therefore not allowed. Remove it. (And it is badly formed anyway, it's not closed).
Quote:
Referenced resource could not be found in the EPUB.
current Line: <li class="calibre6"><a
href="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">Kapitel1 </a></li>
|
There's no file named "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" in your epub. Fix the href.