Sha256: 433608badaa0b73be7839d114636f89d10e2194bc35e0fe10df5e36dd7ff8fd7

Contents?: true

Size: 671 Bytes

Versions: 14

Compression:

Stored size: 671 Bytes

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>
    <div>
      <nav epub:type="toc" id="idid">
        <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>
	    </ol>
	  </li>
        </ol>
      </nav>
    </div>
  </body>
</html>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
epub-parser-0.0.9.4 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.9.3 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.9.2 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.9.1 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.9 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.8 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.7 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.6.1 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.6 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.5 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.4 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.3 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.2 test/fixtures/book/OPS/nav.xhtml
epub-parser-0.0.1 test/fixtures/book/OPS/nav.xhtml