Sha256: 1e9a4126eaff52ce2bf7da3e681ddde65be903c57032661025745f81bff21e7d
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 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> <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
epub-maker-0.1.8 | test/fixtures/book/OPS/nav.xhtml |