summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/nav_toc.xhtml
blob: d37dd39a11eb0f4813b7097361a05bccd02591fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<meta charset="utf-8" />
<title>title -a - Table of contents</title>
</head>
<body>
<nav epub:type="toc" id="nav">
<h1>Table of contents</h1>

<ol>
 <li><a href="formatting.xhtml">Top section</a></li>
 <li><a href="chapter.xhtml">1 chapter</a>
 <ol>
  <li><a href="s_002d_002dect_002cion.xhtml">1.1 A section</a>
  <ol>
   <li><a href="subsection.xhtml">1.1.1 subsection</a>
   <ol>
    <li><a href="subsubsection-_0060_0060simple_002ddouble_002d_002d.xhtml">1.1.1.1 subsubsection &quot;simple-double-</a></li>
    <li><a href="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.xhtml">1.1.1.2 three--four---&quot;</a></li>
   </ol>
   </li>
  </ol>
  </li>
 </ol>
 </li>
 <li><a href="chapter2.xhtml">chapter 2</a></li>
</ol>
</nav>
</body>
</html>