Quote:
Originally Posted by Doonge
About page numbers (@Anak's post). Isn't it possible to number chapters (headings), paragraphs, and stuff like that? References can be of the form book X Chapter Y subsection Z paragraph ##. Or Figure ##.
|
The ID/Links examples I mentioned are part of the "best practises" when constructing an epub. Reading systems should recognize these tags to interpret their meaning (c for chapter, fig for figures, page for pages, etc.
It has a similar function as <guide> section in the content.opf. It tells/informs the user agent what type of content a specific file contains.
Code:
<guide>
<reference href="Text/cover.html" title="Cover Image" type="cover" />
<reference href="Text/title.html" title="Title" type="title-page" />
<reference href="Text/copy.html" title="Copyright" type="copyright-page" />
</guide>