View Single Post
Old 05-20-2010, 10:10 AM   #5
Pablo
Guru
Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.
 
Pablo's Avatar
 
Posts: 970
Karma: 4999999
Join Date: Mar 2009
Location: Rosario, Argentina
Device: SONY PRS-505, PRS-T2
Quote:
Originally Posted by mbovenka View Post
It works in FBReader as well, but there is a small problem with the TOC.NCX ePubReader chokes on. There is an extra '</navPoint>' tag at the end:

Code:
            <navPoint id="navPoint-30" playOrder="30">
                <navLabel>
                    <text>Appendix</text>
                </navLabel>
                <content src="text/content029.xhtml"/>
            </navPoint>
		</navPoint>            <=====
    </navMap>
</ncx>
ePubReader doesn't seem to like that. EpubCheck also complains about an unterminated <navMap> element, much like ePubReader does (although it calls it 'navMap is undefined')

Fixing that makes the problem go away.
Thank you very much!!!
I corrected the error and re-uploaded the file.

Last edited by Pablo; 05-21-2010 at 05:24 PM.
Pablo is offline   Reply With Quote