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<author><firstname>Norman</firstname><surname>Walsh</surname></author>
12<pubdate>Apr. 26, 1999</pubdate>
13<copyright><year>1999</year><holder>Norman Walsh</holder></copyright>
14
15<abstract>
16<para>This article is just a test. This <emphasis>article</emphasis>
17is just a test. 
18This <userinput>article</userinput> is just a test.
19This <email>ndw@nwalsh.com</email> is just a test. 
20This article is just a test. This article is just a test. 
21This article is just a test. This article is just a test. 
22This article is just a test. This article is just a test. 
23</para>
24</abstract>
25</artheader>
26
27<para>This article is just a test. This <emphasis>article</emphasis>
28is just a test. 
29This <userinput>article</userinput> is just a test.
30This <email>ndw@nwalsh.com</email> is just a test. 
31This article is just a test. This article is just a test. 
32This article is just a test. This article is just a test. 
33This article is just a test. This article is just a test. 
34</para>
35
36<table><title>This is a test table</title>
37<tgroup cols="3">
38<colspec colname="c2" colnum="2" align="right" colwidth="2*"/>
39<colspec colname="c3"/>
40<thead>
41  <row><entry>Head1</entry><entry align="center">Head2</entry><entry>Head3</entry></row>
42</thead>
43<tbody>
44  <row><entry>Entry1</entry><entry>Entry2</entry><entry>Entry3</entry></row>
45  <row><entry>Entry1</entry><entry namest="c2" nameend="c3" align="center">span 2-3</entry></row>
46  <row><entry>Entry1</entry><entry morerows="2" valign="middle">morerows2</entry><entry>Entry3</entry></row>
47  <row><entry>Entry1</entry><entry>Entry3</entry></row>
48  <row><entry>Entry1</entry><entry>Entry3</entry></row>
49  <row><entry namest="c1" nameend="c3" align="center">fullspan</entry></row>
50  <row align="center"><entry>Entry1</entry><entry>Entry2</entry><entry align="left">Entry3</entry></row>
51  <row><entry>Entry1</entry><entry>Entry2</entry><entry>Entry3</entry></row>
52  <row><entry>Entry1</entry><entry>Entry2</entry><entry>Entry3</entry></row>
53</tbody>
54</tgroup>
55</table>
56
57<variablelist>
58<varlistentry><term>term</term>
59<listitem>
60<para>some text</para>
61</listitem>
62</varlistentry>
63
64<varlistentry><term>term2a</term><term>term2b</term>
65<listitem>
66<para>some text</para>
67</listitem>
68</varlistentry>
69
70<varlistentry><term>term3</term>
71<listitem>
72<para>some text</para>
73<para>some text</para>
74<para>some text</para>
75</listitem>
76</varlistentry>
77</variablelist>
78
79</article>
80
81