View Single Post
Old 05-30-2024, 12:49 PM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,731
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by tomtomtom View Post
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.
Doitsu is offline   Reply With Quote