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<artheader>
10<title>Artheader Test Document Title</title>
11<authorgroup>
12<corpauthor>nwalsh</corpauthor>
13<author><firstname>Norman</firstname><surname>Walsh</surname></author>
14<othercredit><firstname>Other</firstname><surname>Credit</surname></othercredit>
15<editor><firstname>Someother</firstname><surname>Editor</surname></editor>
16<author><firstname>Someone</firstname><surname>Else</surname></author>
17</authorgroup>
18<pubdate>Apr. 26, 1999</pubdate>
19<copyright><year>1999</year><holder>Norman Walsh</holder></copyright>
20
21<abstract>
22<para>This article is just a test. This article is just a test. 
23This article is just a test. This article is just a test. 
24This article is just a test. This article is just a test. 
25This article is just a test. This article is just a test. 
26This article is just a test. This article is just a test. 
27</para>
28</abstract>
29</artheader>
30
31<para>This is a footnote<footnote><para>See?</para></footnote>.</para>
32
33<informaltable>
34<tgroup cols="3">
35<tbody>
36<row><entry>entry</entry><entry>entry</entry><entry>entry</entry></row>
37<row><entry>entry<footnote><para>table cell footnote</para></footnote></entry>
38<entry>entry</entry><entry>entry</entry></row>
39<row><entry>entry</entry><entry>entry</entry><entry>entry</entry></row>
40<row>
41<entry>Nebbiolo, Bonarda<footnote role="tablenote" label="1" id="ch15tb1">
42<para>
43<emphasis>Blended wines, made from two or more grapes</emphasis>
44</para>
45</footnote>
46</entry>
47<entry/>
48<entry/>
49</row>
50<row>
51<entry>Sangiovese, Canaiolo, and others<footnoteref label="1"
52linkend="ch15tb1"></footnoteref>
53</entry>
54<entry/>
55<entry/>
56</row>
57</tbody>
58</tgroup>
59</informaltable>
60
61<appendix><title>Appendix</title>
62
63<para>This is just a test.</para>
64
65</appendix>
66</article>
67
68