cruft
·
2009-11-18
book.ncx
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN"
3 "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">
4
5<ncx version="2005-1" xml:lang="en"
6 xmlns="http://www.daisy.org/z3986/2005/ncx/">
7
8<head>
9 <!-- The following four metadata items are required for all NCX documents,
10 including those conforming to the relaxed constraints of OPS 2.0 -->
11
12 <meta name="dtb:uid" content="horrors2"/> <!-- same as in .opf -->
13 <meta name="dtb:depth" content="1"/> <!-- 1 or higher -->
14 <meta name="dtb:totalPageCount" content="0"/> <!-- must be 0 -->
15 <meta name="dtb:maxPageNumber" content="0"/> <!-- must be 0 -->
16</head>
17
18<docTitle>
19 <text>Horrors 2</text>
20</docTitle>
21
22<navMap>
23 <navPoint class="chapter" id="chapter1" playOrder="1">
24 <navLabel><text>Chapter 1</text></navLabel>
25 <content src="book.xhtml"/>
26 </navPoint>
27</navMap>
28
29</ncx>