View Single Post
Old 09-20-2017, 12:03 PM   #6
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,738
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Since you're looking at the NCX code, according to the epub 2.0.1. specs:

Quote:
The NCX file must be a valid XML document conforming to ncx-2005-1.dtd, with the exception of the playOrder attribute, which is optional in EPUB NCX
and

Quote:
Any NCX that contains a DOCTYPE that references the canonical NCX DTD must honor that DTD, thus including the playOrder attribute in all locations where it is required. NCX documents that do not contain a DOCTYPE may omit the playOrder attribute.
[Emphasis mine]

I.e., if you didn't include the ncx-2005-1.dtd DOCTYPE declaration, you could also remove the playOrder attributes, which should theoretically simplify NCX updates.
Doitsu is offline   Reply With Quote