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<dedication id="dedication"><title>First Dedication</title>
18<para>Just a test.</para>
19</dedication>
20
21<dedication>
22<para>Just a test.</para>
23</dedication>
24
25<preface id="preface"><title>Foreword</title>
26<?dbhtml filename="preface.html" dir="x"?>
27<para>This is a test paragraph. (<link linkend="chapter">chapter</link>)</para>
28</preface>
29
30<chapter id="xreftest">
31<?dbhtml filename="xreftest.html"?>
32<title id="chaptertitle">XRef Tests</title>
33
34<para><link linkend="dedication">Dedication</link></para>
35<para><link linkend="preface">Preface</link></para>
36<para><link linkend="chapter">Chapter</link></para>
37<para><link linkend="appendix">Appendix</link></para>
38
39<sect1><title>First sect1</title>
40<para>...</para>
41</sect1>
42
43<sect1><title>Second sect1</title>
44<para>...</para>
45</sect1>
46
47</chapter>
48
49<chapter id="chapter"><title>Second Chapter</title>
50<para>This is a test paragraph.</para>
51</chapter>
52
53<chapter><title>Third Chapter</title>
54<para>This is a test paragraph.</para>
55</chapter>
56
57<appendix id="appendix"><title>First Appendix</title>
58<para>This is just a test.</para>
59<para>This makes the appendix long. This makes the appendix long.
60This makes the appendix long. This makes the appendix long.
61This makes the appendix long. This makes the appendix long.
62This makes the appendix long. This makes the appendix long.
63This makes the appendix long. This makes the appendix long.</para>
64
65<para>This makes the appendix long. This makes the appendix long.
66This makes the appendix long. This makes the appendix long.
67This makes the appendix long. This makes the appendix long.
68This makes the appendix long. This makes the appendix long.
69This makes the appendix long. This makes the appendix long.</para>
70
71<para>This makes the appendix long. This makes the appendix long.
72This makes the appendix long. This makes the appendix long.
73This makes the appendix long. This makes the appendix long.
74This makes the appendix long. This makes the appendix long.
75This makes the appendix long. This makes the appendix long.</para>
76
77<para>This makes the appendix long. This makes the appendix long.
78This makes the appendix long. This makes the appendix long.
79This makes the appendix long. This makes the appendix long.
80This makes the appendix long. This makes the appendix long.
81This makes the appendix long. This makes the appendix long.</para>
82
83<para>This makes the appendix long. This makes the appendix long.
84This makes the appendix long. This makes the appendix long.
85This makes the appendix long. This makes the appendix long.
86This makes the appendix long. This makes the appendix long.
87This makes the appendix long. This makes the appendix long.</para>
88
89<para>This makes the appendix long. This makes the appendix long.
90This makes the appendix long. This makes the appendix long.
91This makes the appendix long. This makes the appendix long.
92This makes the appendix long. This makes the appendix long.
93This makes the appendix long. This makes the appendix long.</para>
94
95<para>This makes the appendix long. This makes the appendix long.
96This makes the appendix long. This makes the appendix long.
97This makes the appendix long. This makes the appendix long.
98This makes the appendix long. This makes the appendix long.
99This makes the appendix long. This makes the appendix long.</para>
100
101<para>This makes the appendix long. This makes the appendix long.
102This makes the appendix long. This makes the appendix long.
103This makes the appendix long. This makes the appendix long.
104This makes the appendix long. This makes the appendix long.
105This makes the appendix long. This makes the appendix long.</para>
106
107<para>This makes the appendix long. This makes the appendix long.
108This makes the appendix long. This makes the appendix long.
109This makes the appendix long. This makes the appendix long.
110This makes the appendix long. This makes the appendix long.
111This makes the appendix long. This makes the appendix long.</para>
112
113<para>This makes the appendix long. This makes the appendix long.
114This makes the appendix long. This makes the appendix long.
115This makes the appendix long. This makes the appendix long.
116This makes the appendix long. This makes the appendix long.
117This makes the appendix long. This makes the appendix long.</para>
118
119</appendix>
120
121<appendix><title>Second Appendix</title>
122<para>This is just a test.</para>
123</appendix>
124
125</book>
126
127
128