@eschwartz-- understand that the type="text" is the one where the ereader will take you to start reading. I thought that the type=other.Char2" will add a 'Go To point in the ereader, but it doesn't. If it did, I could add quick reference / bookmarks (?) easily to find the reference table or something
@theducks -- I think I added the dot correctly but it doesn't make the two Go To points I'm using for test show up
Code:
<guide>
<reference href="text/cover.xhtml" title="Cover" type="cover"/>
<reference href="text/titlepage.xhtml" title="Title Page" type="title-page"/>
<reference href="text/toc.xhtml" title="Table of Contents" type="toc"/>
<reference href="text/forward.xhtml" title="Foreword" type="foreword"/>
<reference href="text/chap_01.xhtml" title="Begin Reading" type="text"/>
<reference href="text/chap_02.xhtml" title="Another Chapter2" type="other.Chap2"/>
<reference href="text/chap_03.xhtml" title="Another Chapter3" type="other.Chap3"/>
<reference href="text/acknowledgements.xhtml" title="Acknowledgements" type="acknowledgements"/>
<reference href="text/aboutauthor.xhtml" title="About The Author" type="epigraph"/>
</guide>
I'm beginning to think that it's not going to work