summaryrefslogtreecommitdiff
path: root/test/testdocs/simplesect.001.xml
blob: 33b9a78658cce45c7f3f38441b2ce3ea195e96a3 (plain)
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
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<chapter>
<chapterinfo>
<releaseinfo role="CVS">$Id: simplesect.001.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
</chapterinfo>
<title>Unit Test: simplesect</title>

<para>This test case is for simplesect.</para>

<section>
<title>A Section Title</title>

<para>Some content <acronym>here</acronym>.</para>

<simplesect>
<title>First Simplesect</title>
<para>Some content</para>
</simplesect>
</section>

<section>
<title>Another Section Title</title>

<para>Some content</para>

<section>
<title>A Subsection Title</title>

<para>Some content</para>

<simplesect>
<title>Second Simplesect</title>
<subtitle>Subtitle</subtitle>
<para>Some content</para>
</simplesect>
</section>
</section>

</chapter>