1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE article 
3  PUBLIC "-//Norman Walsh//DTD Simplified DocBk XML V3.1.7.1//EN" 
4  "/dtd/simple/3.1.7.1/sdocbook.dtd">
5
6<!-- test document -->
7
8<article><title>Article Test Document Title</title>
9
10<para>This article is just a test. This article is just a test.
11This article is just a test. This article is just a test. 
12This article is just a test. This article is just a test. 
13This article is just a test. This article is just a test. 
14This article is just a test. This article is just a test. 
15</para>
16
17<section><title>First level section</title>
18<section><title>Second level section</title>
19<section>
20<sectioninfo>
21<title>Third level section</title>
22</sectioninfo>
23<section><title>Fourth level section</title>
24<section><title>Fifth level section</title>
25<sectioninfo>
26<title>Fifth level section (SI)</title>
27</sectioninfo>
28<para>This is just a test.</para>
29</section>
30</section>
31</section>
32</section>
33</section>
34
35<section><title>Another Section</title>
36<simplesect><title>SimpleSect @ level 2</title>
37<para>This is just a test.</para>
38</simplesect>
39</section>
40
41<section><title>Another Section</title>
42<section><title>Another Section</title>
43<simplesect><title>SimpleSect @ level 3</title>
44<para>This is just a test.</para>
45</simplesect>
46</section>
47</section>
48
49<section><title>Another Section</title>
50<section><title>Another Section</title>
51<section><title>Another Section</title>
52<simplesect><title>SimpleSect @ level 4</title>
53<para>This is just a test.</para>
54</simplesect>
55</section>
56</section>
57</section>
58
59</article>
60
61