View Single Post
Old 05-09-2012, 04:18 PM   #4
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
Hi,

No, it must be of type "text" not "start". Start is an older unsupported guide item (it is not part of the latest opf spec) only text is.

Check out the current opf spec here:

http://idpf.org/epub/20/spec/OPF_2.0...htm#Section2.6

So it should look like the following:
<guide>
<reference type="text" title="Startup Page" href="5keys.html#start"></reference>
<reference type="toc" title="Table of Conents" href="5keys.html#TOC"></reference>
</guide>


Notice "text" comes alphabetically before "toc"

And I would not start file names with numeric chars just as a general rule since it may violate some file naming conventions.

KevinH


Quote:
Originally Posted by petercrowell View Post
Hi Kevin,

Thanks for your response.

Here is what the guide section of my .opf file looks like:

<guide>
<reference type="toc" title="Table of Conents" href="5keys.html#TOC"></reference>
<reference type="start" title="Startup Page" href="5keys.html#start"></reference>
</guide>

Does that look right?

Thanks again!
KevinH is offline   Reply With Quote