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