Thread: DOCTYPE ERROR
View Single Post
Old 09-20-2013, 01:01 PM   #11
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,664
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Epub 3 (which you indicate you're exporting as from InDesign) shouldn't need any DOCTYPE declarations for a fallback NCX file. The namespace should suffice:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1">
If you get errors without the DOCTYPE present then something else must be wrong with your NCX.

Perhaps you should post a few of the "slew of errors" that result whenever you remove the doctype altogether.

Attached is a sample epub3 document (with fallback ncx) that passes the IDPF ePub 3 Validation with flying colors.
Attached Files
File Type: epub wasteland-20120118.epub (99.5 KB, 238 views)
DiapDealer is online now   Reply With Quote