1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE book
3  PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.7//EN"
4  "/dtd/3.1.7/docbookx.dtd">
5
6<!-- test document -->
7
8<book><title>Book Test Document Title</title>
9<bookinfo>
10<title>Bookinfo Test Document Title</title>
11<subtitle>Book Subtitle</subtitle>
12<authorgroup>
13<author><firstname>Norman</firstname><surname>Walsh</surname></author>
14</authorgroup>
15</bookinfo>
16
17<preface><title>Foreword</title>
18<para>This is a test paragraph.</para>
19
20<table id="table">
21<title>A Table</title>
22<tgroup cols="2">
23<colspec colwidth="0.5in"/>
24<colspec colwidth="0.5in"/>
25<tbody>
26<row>
27<entry>1</entry>
28<entry>1</entry>
29</row>
30<row>
31<entry>2</entry>
32<entry>4</entry>
33</row>
34<row>
35<entry>3</entry>
36<entry>9</entry>
37</row>
38</tbody>
39</tgroup>
40</table>
41
42
43</preface>
44
45<chapter>
46  <docinfo><title>First Chapter</title><subtitle>Chapter Subtitle</subtitle>
47  </docinfo><title>First Chapter</title>
48<para>This is a test paragraph.</para>
49</chapter>
50
51<appendix><title>First Appendix</title>
52<para>This is just a test.</para>
53</appendix>
54
55</book>
56
57
58