Sha256: b136ecc1a300b9f991800bbacdbfacd30ad7bf28faa04010845eff83e4dd3abf

Contents?: true

Size: 1.2 KB

Versions: 5

Compression:

Stored size: 1.2 KB

Contents

<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
  <head>
    <title>Table of Contents for Example Book</title>
  </head>
  <body epub:type="frontmatter">
    <div>
      <nav epub:type="toc" id="idid" hidden="">
        <hgroup>
          <h2>Sub Navigation</h2>
          <h1>Table of Contents</h1>
        </hgroup>
        <ol>
          <li><a href="item-1.xhtml">一ページ目</a></li>
          <li>
            <span>二ページ目</span>
            <ol>
              <li><a href="item-2.xhtml#section1">第一節</a></li>
              <li><a href="item-2.xhtml#section2">第二節</a></li>
              <li><a href="item-2.xhtml#section3"><img src="image/nav-2-3.png" alt="第三節"/></a></li>
              <li><a href="item-2.xhtml#section4"><iframe src="external/document.html" name="第四節"></iframe></a></li>
            </ol>
          </li>
        </ol>
      </nav>
      <nav epub:type="landmarks">
        <h2>Guide</h2>
        <ol>
          <li><a epub:type="toc" href="#idid">Table of Contents</a></li>
          <li><a epub:type="bodymatter" href="日本語.xhtml">Body</a></li>
        </ol>
      </nav>
    </div>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
epub-parser-0.4.8 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.4.7 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.4.6 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.4.5 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.4.4 test/fixtures/book/OPS/nav.xhtml