View Single Post
Old 06-12-2013, 12:08 PM   #5
BeccaPrice
Wizard
BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.BeccaPrice ought to be getting tired of karma fortunes by now.
 
BeccaPrice's Avatar
 
Posts: 2,146
Karma: 11174187
Join Date: Jan 2011
Device: Sony 350, K3-3G, K4SO, KPW
Quote:
Originally Posted by JSWolf View Post
The first thing to do is remove /page-template.xpgt and any reference to it. You don't need it.
where would I find the reference? I removed the file, but "find" doesn't find any references to it in the html files.

ok, so I've made all these changes, and this is what I get when I try to validate:

WARNING OEBPS/toc.ncx - - meta@dtb:uid content 'c22d9e01-0d3c-4009-82df-3287f82ac7eb' should conform to unique-identifier in content.opf: 'urn:uuid:c22d9e01-0d3c-4009-82df-3287f82ac7eb'

here's the toc.ncx

Spoiler:
<?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 content="c22d9e01-0d3c-4009-82df-3287f82ac7eb" name="dtb:uid"/>
<meta content="1" name="dtb:depth"/>
<meta content="0" name="dtb:totalPageCount"/>
<meta content="0" name="dtb:maxPageNumber"/>
</head>
<docTitle>
<text>The Snarls</text>
</docTitle>
<navMap>
<navPoint id="navPoint-1" playOrder="1">
<navLabel>
<text>Cover</text>
</navLabel>
<content src="Text/cover.xhtml"/>
</navPoint>
<navPoint id="navPoint-2" playOrder="2">
<navLabel>
<text>Contents</text>
</navLabel>
<content src="Text/contents.xhtml"/>
</navPoint>
<navPoint id="navPoint-3" playOrder="3">
<navLabel>
<text>The Snarls</text>
</navLabel>
<content src="Text/body1.xhtml"/>
</navPoint>
<navPoint id="navPoint-4" playOrder="4">
<navLabel>
<text>Dragons and Dreams teaser</text>
</navLabel>
<content src="Text/body2.xhtml"/>
</navPoint>
<navPoint id="navPoint-5" playOrder="5">
<navLabel>
<text>About the Author</text>
</navLabel>
<content src="Text/body3.xhtml"/>
</navPoint>
</navMap>
</ncx>


Here's the content.opf

Spoiler:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="PrimaryID" version="2.0">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlnspf="http://www.idpf.org/2007/opf">
<dc:date>2013-01-01T00:00:00</dc:date>
<meta content="2013-06-12T15:18:29Z" name="scrivener:timestamp" />
<dc:contributor opf:role="bkp">Scrivener for Windows (1.X.X) [http://www.literatureandlatte.com/scrivenerforwindows/]</dc:contributor>
<dc:title>The Snarls</dc:title>
<dc:identifier id="PrimaryID">urn:uuid:c22d9e01-0d3c-4009-82df-3287f82ac7eb</dc:identifier>
<dc:language>en</dc:language>
<dc:creator opf:role="aut">Becca Price</dc:creator>
<dc:description>The Snarls. They live on pillows and in the wind, just waiting to move into long, fine, or curly hair. And when they move in, they make nests, and more Snarls, and more nests. But we also have their natural enemies: a comb, a brush, and the dreaded Detangler spray!</dc:description>
<dc:subject>Fairy Tales, Tooth Fairy, Losing Teeth</dc:subject>
<dcublisher>Wyrm Tales Press</dcublisher>
<meta content="cover-image" name="cover" />
<meta content="0.5.906" name="Sigil version" />
<dc:date opf:event="modification">2013-06-12</dc:date>
</metadata>
<manifest>
<item href="toc.ncx" id="ncx" media-type="application/x-dtbncx+xml" />
<item href="Text/cover.xhtml" id="cover" media-type="application/xhtml+xml" />
<item href="Text/contents.xhtml" id="contents" media-type="application/xhtml+xml" />
<item href="Text/body.xhtml" id="body" media-type="application/xhtml+xml" />
<item href="Text/body1.xhtml" id="body1" media-type="application/xhtml+xml" />
<item href="Text/body2.xhtml" id="body2" media-type="application/xhtml+xml" />
<item href="Text/body3.xhtml" id="body3" media-type="application/xhtml+xml" />
<item href="Images/cover.jpg" id="cover-image" media-type="image/jpeg" />
<item href="Styles/stylesheet.css" id="stylesheet000-css" media-type="text/css" />
</manifest>
<spine toc="ncx">
<itemref idref="cover" linear="yes" />
<itemref idref="contents" linear="yes" />
<itemref idref="body" linear="yes" />
<itemref idref="body1" linear="yes" />
<itemref idref="body2" linear="yes" />
<itemref idref="body3" linear="yes" />
</spine>
<guide>
<reference href="Text/cover.xhtml" title="Cover" type="cover" />
<reference href="Text/contents.xhtml" title="Contents" type="toc" />
</guide>
</package>

Last edited by BeccaPrice; 06-12-2013 at 12:33 PM.
BeccaPrice is offline   Reply With Quote