Q: Creating an EPUB for iBooks, table of contents not readable on iphone 5s
I'm working on an EPUB, and the Table of Contents (the toc.xhtml file) shows in iBooks for iPhone, but will not link to the proper chapters. The file functions on other devices and other readers, but I cannot figure out why on this one version/platform the file 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.
------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_Individuals_with_Developmental_Disabilit ies">
<a href="Chapter_1_Challenging_Behaviors_of_Individuals_with_Developmental_Disabil ities.xhtml">Chapter 1: Challenging Behaviors of Individuals with Developmental Disabilities</a>
</li>
<li id="Chapter_2_The_Methodology_of_Functional_Assessment"><a href="Chapter_2_The_Methodology_of_Functional_Assessment.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_the_Functional_Assessment.xhtml ">Chapter 3: Treatment Implications Based on the Functional Assessment</a>
</li>
<li id="Chapter_4_Teaching_Functional_Assessment_Content_and_Process">
<a href="Chapter_4_Teaching_Functional_Assessment_Content_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>
-----------------------------------------
iPhone 5s, iOS 7.1.2
Posted on Jul 25, 2014 1:18 PM