1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!DOCTYPE set
|
---|
3 | PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.7//EN"
|
---|
4 | "../dtd/3.1.7/docbookx.dtd">
|
---|
5 | <!-- test document -->
|
---|
6 | <set><title>Set Title</title>
|
---|
7 | <book><title>Book Test Document Title</title>
|
---|
8 | <bookinfo>
|
---|
9 | <title>Bookinfo Test Document Title</title>
|
---|
10 | <subtitle>Book Subtitle</subtitle>
|
---|
11 | <authorgroup>
|
---|
12 | <author><firstname>Norman</firstname><surname>Walsh</surname></author>
|
---|
13 | </authorgroup>
|
---|
14 | </bookinfo>
|
---|
15 |
|
---|
16 | <preface><title>Foreword</title>
|
---|
17 | <para>This is a test paragraph.</para>
|
---|
18 | </preface>
|
---|
19 |
|
---|
20 | <chapter id="chapter">
|
---|
21 | <title id="chaptertitle">Section Tests</title>
|
---|
22 |
|
---|
23 | <sect1><title>First Sect1</title>
|
---|
24 | <para>Paragraph.</para>
|
---|
25 | </sect1>
|
---|
26 | <sect1><title>Second Sect1</title>
|
---|
27 | <para>Paragraph.</para>
|
---|
28 | </sect1>
|
---|
29 | <sect1><title>Third Sect1</title>
|
---|
30 | <para>Paragraph.</para>
|
---|
31 | </sect1>
|
---|
32 |
|
---|
33 | </chapter>
|
---|
34 | <appendix><title>First Appendix</title>
|
---|
35 | <para>This is just a test.</para>
|
---|
36 | <sect1><title>First Sect1</title>
|
---|
37 | <para>Paragraph.</para>
|
---|
38 | </sect1>
|
---|
39 | <sect1><title>Second Sect1</title>
|
---|
40 | <para>Paragraph.</para>
|
---|
41 | </sect1>
|
---|
42 | <sect1><title>Third Sect1</title>
|
---|
43 | <para>Paragraph.</para>
|
---|
44 | </sect1>
|
---|
45 | </appendix>
|
---|
46 | </book>
|
---|
47 | <book><title>Book Test Document Title</title>
|
---|
48 | <bookinfo>
|
---|
49 | <title>Bookinfo Test Document Title</title>
|
---|
50 | <subtitle>Book Subtitle</subtitle>
|
---|
51 | <authorgroup>
|
---|
52 | <author><firstname>Norman</firstname><surname>Walsh</surname></author>
|
---|
53 | </authorgroup>
|
---|
54 | </bookinfo>
|
---|
55 |
|
---|
56 | <preface><title>Foreword</title>
|
---|
57 | <para>This is a test paragraph.</para>
|
---|
58 | </preface>
|
---|
59 |
|
---|
60 | <chapter>
|
---|
61 | <title>Section Tests</title>
|
---|
62 |
|
---|
63 | <sect1><title>First Sect1</title>
|
---|
64 | <para>Paragraph.</para>
|
---|
65 | </sect1>
|
---|
66 | <sect1><title>Second Sect1</title>
|
---|
67 | <para>Paragraph.</para>
|
---|
68 | </sect1>
|
---|
69 | <sect1><title>Third Sect1</title>
|
---|
70 | <para>Paragraph.</para>
|
---|
71 | </sect1>
|
---|
72 |
|
---|
73 | </chapter>
|
---|
74 | <appendix><title>First Appendix</title>
|
---|
75 | <para>This is just a test.</para>
|
---|
76 | </appendix>
|
---|
77 | </book>
|
---|
78 | </set>
|
---|
79 |
|
---|