View Single Post
Old 07-28-2014, 03:03 PM   #1
brownetu
Junior Member
brownetu began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2014
Device: none
iBooks TOC error in EPUB3

I'm working on an EPUB3, and the Table of Contents (the toc.xhtml file) shows in iBooks for iPhone & iPad, but will not link to the proper chapters. The file functions on other devices and other readers & validates perfectly, but I cannot figure out why the ibooks TOC will not function properly. I've scoured the iBooks Asset Guide, but have built the file according to specifications as far as I can see, so have not been able to come up with a solution.

Has anyone come across this before and/or have any ideas for fixes? I've tried the extra apple namespace, and tinkering with the file path in the href, removing the ol class...

Alternatively is there a way to force iBooks to read the .ncx file instead of the .xhtml as it's not functioning properly?

------from the .opf file------------------
<item href="Text/toc.xhtml" id="toc" media-type="application/xhtml+xml" properties="nav" />
----------------------------------------------------

-----toc.xhtml-----------------------------------

<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>Table_of_Contents</title>
<link href="../Styles/Instructio_idstyles.css" rel="stylesheet" type="text/css"/>
</head>


<body id="Table_of_Contents" xml:lang="en-US">
<section epub:type="frontmatter">
<header>
<h1>Table of Contents</h1>
</header>


<nav epub:type="toc">


<ol class="TOC">
<li id="Preface">
<a href="Preface.xhtml">Preface</a>
</li>


<li id="Chapter_1_Challenging_Behaviors_of_Individual s _with_Developmental_Disabilit ies">
<a href="Chapter_1_Challenging_Behaviors_of_Individua ls_with_Developmental_Disabil ities.xhtml">Chapter 1: Challenging Behaviors of Individuals with Developmental Disabilities</a>
</li>
<li id="Chapter_2_The_Methodology_of_Functional_Asses s ment"><a href="Chapter_2_The_Methodology_of_Functional_Asse ssment.xhtml">Chapter 2: The Methodology of Functional Assessment: Process and Products</a>
</li>


<li id="Chapter_3_Treatment_Implications_Based_on_the _ Functional_Assessment">
<a href="Chapter_3_Treatment_Implications_Based_on_th e_Functional_Assessment.xhtml ">Chapter 3: Treatment Implications Based on the Functional Assessment</a>
</li>


<li id="Chapter_4_Teaching_Functional_Assessment_Cont e nt_and_Process">
<a href="Chapter_4_Teaching_Functional_Assessment_Con tent_and_Process.xhtml">Chapt er 4: Teaching Functional Assessment Content</a>
</li>


<li id="Chapter_5_Teaching_Functional_Analysis">
<a href="Chapter_5_Teaching_Functional_Analysis.xhtml ">Chapter 5: Teaching Functional Analysis</a>
</li>


<li id="Chapter_6_Functional_Analysis_Case_Training">
<a href="Chapter_6_Functional_Analysis_Case_Training. xhtml">Chapter 6: Functional Analysis Case Training/FACT</a>
</li>


<li id="Chapter_7_Resources">
<a href="Chapter_7_Resources.xhtml">Chapter 7: Resources for Team Members of Interdisciplinary Professionals</a>
</li>


<li id="References">
<a href="References.xhtml">References</a>
</li>


<li id="Glossary">
<a href="Glossary.xhtml">Glossary</a>
</li>
</ol>
</nav>
</section>
</body>
</html>
-----------------------------------------
brownetu is offline   Reply With Quote