View Single Post
Old 12-04-2011, 08:06 AM   #10
jaexterr
Junior Member
jaexterr began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Dec 2011
Device: none
still epub error altho different error....

I changed all the <content src="Text/cover.html"/> to </content src="Text/cover.html"> and the error changed to "expected end of tag "navPoint". However the correct tag seems to be there on the next line, line 19. Does anyone know why it wouldnt read it correctly? Everything else seems to read great! (the bracket below is not in the code, just showing line 18 in text) Thanks!

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN" "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1">
<head>
<meta name="dtb:uid" content="123456789X"/> <!-- same as in .opf -->
<meta name="dtb:depth" content="1"/> <!-- 1 or higher -->
<meta name="dtb:totalPageCount" content="0"/> <!-- must be 0 -->
<meta name="dtb:maxPageNumber" content="0"/> <!-- must be 0 -->
</head>
<docTitle>
<text>The Chronicles of Trayvian James, Book 1: Dreamworld</text>
</docTitle>
<navMap>
<navPoint id="navPoint-1" playOrder="1">
<navLabel>
<text>Cover</text>
</navLabel>
(18) </content src="Text/cover.html">
</navPoint>
<navPoint id="navPoint-2" playOrder="2">
<navLabel>
<text>preface1</text>
</navLabel>
</content src="Text/preface1.html">
</navPoint>
jaexterr is offline   Reply With Quote