Quote:
Originally Posted by tomtomtom
Hello,
I ran ACE on an epub. I get two instances of a Serious problem that says "epub-pagelist-missing-pagebreak." The message tells me these two errors are in the nav.xhtml file.
|
Does your nav file contain a page list section? E.g.
Code:
<nav epub:type="page-list" id="pages" hidden="hidden">
<h2>Pages</h2>
<ol>
<li id="pg_1">
<a href="ch01.xhtml#Page_1">1</a>
</li>
...
...
If so, is there a page break marker for each page reference in the book. E.g.
Code:
<span epub:type="pagebreak" title="1" id="Page_1">1</span></div>
Shameless plugs:
If you're a Sigil user you might find my
Sigil ACE plugin helpful. My
EpubCheck Sigil plugin might also help you narrow down the problem.