Created Debian package
[xmldoc.git] / test / toc.html.exp
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta charset="utf-8"/>
6     <link rel="stylesheet" type="text/css" href=""/>
7     <title>xmldoc table of contents check</title>
8     <style type="text/css">
9       .center
10       {
11          text-align : center ;
12       }
13       table.docinfo
14       {
15          margin-left  : 10% ;
16          margin-right : 10% ;
17          border-style : solid ;
18       }
19       th
20       {
21          border-style : solid ;
22          border-width : thin ;
23       }
24       h3.toc
25       {
26          margin-left : 2em ;
27       }
28       pre.example
29       {
30          border : solid ;
31          padding-bottom : 1em ;
32       }
33       span.red
34       {
35          color : red ;
36       }
37       span.green
38       {
39          color : green ;
40       }
41       span.blue
42       {
43          color : blue ;
44       }
45       span.cyan
46       {
47          color : cyan ;
48       }
49       span.magenta
50       {
51          color : magenta ;
52       }
53       span.yellow
54       {
55          color : yellow ;
56       }
57       span.orange
58       {
59          color : orange ;
60       }
61       span.violet
62       {
63          color : violet ;
64       }
65       span.purple
66       {
67          color : purple ;
68       }
69       span.brown
70       {
71          color : brown ;
72       }
73       span.pink
74       {
75          color : pink ;
76       }
77       span.olive
78       {
79          color : olive ;
80       }
81       span.black
82       {
83          color : black ;
84       }
85       span.darkgray
86       {
87          color : darkgray ;
88       }
89       span.gray
90       {
91          color : gray ;
92       }
93       span.lightgray
94       {
95          color : lightgray ;
96       }
97       span.white
98       {
99          color : white ;
100       }
101    </style>
102   </head>
103   <body>
104
105    <div class="titlepage">
106       <h1 class="titlepage">xmldoc table of contents check</h1>
107       Arjen Baart  &lt;arjen@andromeda.nl&gt;<br/>
108       <p>July 15, 2019</p>
109    </div>
110
111    <h1>Table Of Contents</h1><h2>1  <a href="#CH1">The first chapter</a></h2><h3 class="toc">1.1 <a href="#SEC1.1">The first section</a></h3><h2>2  <a href="#CH2">The second chapter</a></h2><h3 class="toc">2.1 <a href="#SEC2.1">The second section</a></h3><hr/>
112
113       <h1>1  <a id="CH1"/>The first chapter</h1><h2>1.1 <a id="SEC1.1"/>The first section</h2>
114                <h3>1.1.1 The first subsection</h3>
115                
116                   <h4>1.1.1.1 The first subsubsection</h4>
117                   
118                      <h4>1.1.1.1.1 The first paragraph</h4>
119                      
120                         <h4>1.1.1.1.1.1 The first subparagraph</h4>
121                      
122                   
123                
124             
125
126       <h1>2  <a id="CH2"/>The second chapter</h1><h2>2.1 <a id="SEC2.1"/>The second section</h2>
127                <h3>2.1.1 The second subsection</h3>
128                
129                   <h4>2.1.1.1 The second subsubsection</h4>
130                   
131                      <h4>2.1.1.1.1 The second paragraph</h4>
132                      
133                         <h4>2.1.1.1.1.1 The second subparagraph</h4>
134                      
135                   
136                
137             
138
139    <hr/></body>
140 </html>