Created Debian package
[xmldoc.git] / test / toc.xml
1 <?xml version="1.0"?>
2
3 <doc>
4
5    <book>
6
7    <titlepage>
8       <title>xmldoc table of contents check</title>
9       <author>Arjen Baart  &lt;arjen@andromeda.nl&gt;</author>
10       <date>July 15, 2019</date>
11    </titlepage>
12
13    <toc/>
14
15       <chapter>
16          <heading>The first chapter</heading>
17          <section>
18             <heading>The first section</heading>
19             <subsection>
20                <heading>The first subsection</heading>
21                <subsubsection>
22                   <heading>The first subsubsection</heading>
23                   <paragraph>
24                      <heading>The first paragraph</heading>
25                      <subparagraph>
26                         <heading>The first subparagraph</heading>
27                      </subparagraph>
28                   </paragraph>
29                </subsubsection>
30             </subsection>
31          </section>
32
33       </chapter>
34
35       <chapter>
36          <heading>The second chapter</heading>
37          <section>
38             <heading>The second section</heading>
39             <subsection>
40                <heading>The second subsection</heading>
41                <subsubsection>
42                   <heading>The second subsubsection</heading>
43                   <paragraph>
44                      <heading>The second paragraph</heading>
45                      <subparagraph>
46                         <heading>The second subparagraph</heading>
47                      </subparagraph>
48                   </paragraph>
49                </subsubsection>
50             </subsection>
51          </section>
52
53       </chapter>
54
55    </book>
56
57 </doc>