shithub: epublish

ref: 9b5b3b2ceb13f4d89041c21d7c645ed3b8b5081b
dir: /sample/ebooksrc/nav.xhtml/

View raw version
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:ops="http://www.idpf.org/2007/ops"
  xml:lang="en">
  <head>
    <title>Table of Contents</title>
  </head>
  <body>
    <nav ops:type="toc">
      <h1>Table of Contents</h1>
      <ol>
      <li><a href="nav.xhtml">Contents</a></li>
      <li><a href="chap1.xhtml">Chapter 1</a></li>
      <li><a href="chap2.xhtml">Chapter 2</a></li>
      </ol>
    </nav>
  </body>
</html>