View Single Post
Old 07-18-2012, 02:43 PM   #3
jswinden
Nameless Being
 
Code:
<manifest>
        <item href="Text/part0001.xhtml" media-type="application/xhtml+xml"/>
        <item href="Text/part0000.xhtml" media-type="application/xhtml+xml"/>
</manifest>

<guide>
        <reference type="text" title="Beginning" href="Text/part0001.xhtml" />
        <reference type="toc" title="Table Of Contents" href="Text/part0000.xhtml" />
</guide>
Note the use of title="Beginning" rather than title="Start Reading".

Last edited by jswinden; 07-18-2012 at 02:48 PM.
  Reply With Quote