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>
11This is a <quote>short quote</quote>.
12This is a <quote>Quotation with a <quote>nested quotation
13containing a <quote>nested quotation and another <quote>nested
14quotation</quote></quote></quote></quote>.
15</para>
16
17<figure id="testfig1"><title>Test Figure</title>
18<programlisting>This is a
19  ProgramListing
20</programlisting>
21</figure>
22
23<para>This para contains an xref to a figure: <xref linkend="testfig1"/>.
24</para>
25
26<figure id="testfig2"><title>Test Figure2</title>
27<programlisting>A Second
28  Test Figure
29</programlisting>
30</figure>
31
32<para>This para contains an <link linkend="testfig2">link</link> to a
33figure. And an xref:  <xref linkend="testfig2"/>.
34</para>
35
36<figure id="testfig3"><title>Test Figure</title>
37<programlisting>This is a
38  ProgramListing
39</programlisting>
40</figure>
41
42<para>This para contains an xref to a figure: <xref linkend="testfig3"/>.
43</para>
44
45</article>
46
47