Quote:
	
	
		| 
					Originally Posted by JSWolf  I think the issue might be that Kobo didn't update the ePub version to a newer version. Can you check the OPF metadata and see what version your ePub copy shows. The one I downloaded from Overdrive is 1.1.... | 
	
 Assuming that's in the content.opf file, the closest thing I see doesn't look anything like what you got.  Since it looks like just structural things, I guess it's OK to post the whole thing here:
	Code:
	<?xml version='1.0' encoding='UTF-8'?>
<package unique-identifier="uuid_id" version="2.0" xmlns="http://www.idpf.org/2007/opf">
  <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calibre="http://calibre.kovidgoyal.net/2009/metadata" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:opf="http://www.idpf.org/2007/opf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <dc:publisher>Martha Wells</dc:publisher>
    <dc:language>en</dc:language>
    <dc:creator opf:role="aut" opf:file-as="Unknown">Martha Wells</dc:creator>
    <meta content="2012-07-21T13:55:51.560208+00:00" name="calibre:timestamp"></meta>
    <dc:title>City of Bones</dc:title>
    <meta content="cover" name="cover"></meta>
    <dc:contributor opf:role="bkp">calibre (0.8.54) [http://calibre-ebook.com]</dc:contributor>
    <dc:identifier opf:scheme="uuid" id="uuid_id">b13f07b0-413c-4088-bf17-a32cc4289eca</dc:identifier>
  </metadata>
  <manifest>
    <item media-type="image/jpeg" id="cover" href="cover.jpg"></item>
    <item media-type="application/xhtml+xml" id="id223" href="index_split_000.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id222" href="index_split_001.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id221" href="index_split_002.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id220" href="index_split_003.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id219" href="index_split_004.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id218" href="index_split_005.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id217" href="index_split_006.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id216" href="index_split_007.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id215" href="index_split_008.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id214" href="index_split_009.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id213" href="index_split_010.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id212" href="index_split_011.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id211" href="index_split_012.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id210" href="index_split_013.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id29" href="index_split_014.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id28" href="index_split_015.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id27" href="index_split_016.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id26" href="index_split_017.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id25" href="index_split_018.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id24" href="index_split_019.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id23" href="index_split_020.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id22" href="index_split_021.xhtml"></item>
    <item media-type="application/xhtml+xml" id="id21" href="index_split_022.xhtml"></item>
    <item media-type="text/css" id="page_css" href="page_styles.css"></item>
    <item media-type="text/css" id="css" href="stylesheet.css"></item>
    <item media-type="application/xhtml+xml" id="titlepage" href="titlepage.xhtml"></item>
    <item id="ncx" media-type="application/x-dtbncx+xml" href="toc.ncx"></item>
  </manifest>
  <spine toc="ncx">
    <itemref idref="titlepage"></itemref>
    <itemref idref="id223"></itemref>
    <itemref idref="id222"></itemref>
    <itemref idref="id221"></itemref>
    <itemref idref="id220"></itemref>
    <itemref idref="id219"></itemref>
    <itemref idref="id218"></itemref>
    <itemref idref="id217"></itemref>
    <itemref idref="id216"></itemref>
    <itemref idref="id215"></itemref>
    <itemref idref="id214"></itemref>
    <itemref idref="id213"></itemref>
    <itemref idref="id212"></itemref>
    <itemref idref="id211"></itemref>
    <itemref idref="id210"></itemref>
    <itemref idref="id29"></itemref>
    <itemref idref="id28"></itemref>
    <itemref idref="id27"></itemref>
    <itemref idref="id26"></itemref>
    <itemref idref="id25"></itemref>
    <itemref idref="id24"></itemref>
    <itemref idref="id23"></itemref>
    <itemref idref="id22"></itemref>
    <itemref idref="id21"></itemref>
  </spine>
  <guide>
    <reference title="Cover" type="cover" href="titlepage.xhtml"></reference>
  </guide>
</package>