forked from dlang/dlang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dlangspec.ncx
33 lines (31 loc) · 1.07 KB
/
dlangspec.ncx
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
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN"
"http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">
<!--
For a detailed description of NCX usage please refer to:
http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html#Section2.4.1
-->
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="en-US">
<head>
<meta name="dtb:uid" content="BookId"/>
<meta name="dtb:depth" content="2"/>
<meta name="dtb:totalPageCount" content="0"/>
<meta name="dtb:maxPageNumber" content="0"/>
</head>
<docTitle><text>D Programming Language Specification</text></docTitle>
<docAuthor><text>digitalmars.com</text></docAuthor>
<navMap>
<navPoint class="toc" id="toc" playOrder="1">
<navLabel>
<text>Table of Contents</text>
</navLabel>
<content src="dlangspec.html#Table of Contents"/>
</navPoint>
<navPoint class="chapter" id="chapter_1" playOrder="2">
<navLabel>
<text>Chapter 1: Lexical</text>
</navLabel>
<content src="dlangspec.html#Lexical"/>
</navPoint>
</navMap>
</ncx>