<listitem><para>This is the first item of an itemized list.
&blah; &blah; &blah; &blah; &blah;</para>
</listitem>
+<listitem><address><otheraddr><emphasis>Amberely Greeting Card
+Company,</emphasis></otheraddr> <street>11510 Goldcoast Drive,</street>
+<city>Cincinnati,</city> <state>OH</state> <postcode>45249-1695.</postcode>
+<phone>(513) 489-2775.</phone> <otheraddr><emphasis>Looking for:</emphasis>
+outrageous humor, no seasonal cards.</otheraddr></address><para/></listitem>
<listitem><simpara>This is the second item of an itemized list. (Using simpara.)
&blah; &blah; &blah; &blah; &blah;</simpara>
</listitem>
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article
+ PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY book.xml SYSTEM "book.xml" NDATA SGML>
+]>
+<article>
+<articleinfo>
+<title>OLink Test</title>
+<modespec id="book">file:///sourceforge/projects/docbook/testdocs/book.html</modespec>
+</articleinfo>
+
+<para>This is an <olink targetdocent="book.xml" linkmode="book">OLink</olink>
+with a linkmode.
+</para>
+
+<para>This is an <olink targetdocent="book.xml">OLink</olink>
+without a linkmode.
+</para>
+
+<para>This is an olink to a figure:
+<olink targetdocent="book.xml" localinfo="testfig2" type="href"/>.
+</para>
+
+</article>
\ No newline at end of file
<chapter>
<title>Tables</title>
+<table>
+<title>TFoot Test</title>
+<tgroup cols="2">
+<tfoot>
+<row>
+<entry>Foot Left</entry>
+<entry>Foot Right</entry>
+</row>
+</tfoot>
+<tbody>
+<row>
+<entry>Body Left</entry>
+<entry>Body Right</entry>
+</row>
+</tbody>
+</tgroup>
+</table>
+
<table id="ug-t3-2">
<title>Slicing Options</title>
<tgroup cols="4" align="left">
</tbody>
</tgroup>
</table>
+
+<para>1:</para>
+
+<!--
++........+........+........+........+
+| | B | | D |
++ A +........+ C +........+
+| | | | E |
++........+........+........+........+
+-->
+
+<informaltable>
+<tgroup cols="4">
+<colspec colname="c4a" colnum="4"/>
+<tbody>
+<row>
+ <entry morerows="1">A</entry>
+ <entry>B</entry>
+ <entry morerows="1">C</entry>
+ <entry>D</entry>
+</row>
+<row>
+ <entry namest="c4a">E</entry>
+</row>
+</tbody>
+</tgroup>
+</informaltable>
+
+<para>2:</para>
+
+<!--
++........+........+........+........+
+| A | B | C | D |
++........+........+ + +
+| E | F | | |
++ +........+ + +
+| | G | | |
++ +........+........+........+
+| | H | | I |
++........+........+........+........+
+-->
+
+<informaltable>
+<tgroup cols="4">
+<colspec colname="c4b" colnum="4"/>
+<tbody>
+<row>
+ <entry>A</entry>
+ <entry>B</entry>
+ <entry morerows="2">C</entry>
+ <entry morerows="2">D</entry>
+</row>
+<row>
+ <entry morerows="2">E</entry>
+ <entry>F</entry>
+</row>
+<row>
+ <entry>G</entry>
+</row>
+<row>
+ <entry>H</entry>
+ <entry namest="c4b">I</entry>
+</row>
+</tbody>
+</tgroup>
+</informaltable>
+
+<para>3:</para>
+
+<!--
++........+........+........+........+
+| A | B | C | D |
++........+ +........+ +
+| E | | F | |
++ + +........+........+
+| | | | G |
++........+........+........+........+
+| H | | I | J |
++........+........+........+........+
+-->
+
+<informaltable>
+<tgroup cols="4">
+<colspec colname="c3c" colnum="3"/>
+<colspec colname="c4c" colnum="4"/>
+<tbody>
+<row>
+ <entry>A</entry>
+ <entry morerows="2">B</entry>
+ <entry>C</entry>
+ <entry morerows="1">D</entry>
+</row>
+<row>
+ <entry morerows="1">E</entry>
+ <entry>F</entry>
+</row>
+<row>
+ <entry namest="c4c">G</entry>
+</row>
+<row>
+ <entry>H</entry>
+ <entry namest="c3c">I</entry>
+ <entry>J</entry>
+</row>
+</tbody>
+</tgroup>
+</informaltable>
+
+<para>4:</para>
+
+<!--
++........+........+........+........+
+| A | | | |
++ +........+........+........+
+| | B | | C |
++ +........+........+........+
+| | | D | |
++........+........+ +........+
+| | | | E |
++........+........+........+........+
+-->
+
+<informaltable>
+<tgroup cols="4">
+<colspec colname="c3d" colnum="3"/>
+<colspec colname="c4d" colnum="4"/>
+<tbody>
+<row>
+ <entry morerows="2">A</entry>
+</row>
+<row>
+ <entry>B</entry>
+ <entry namest="c4d">C</entry>
+</row>
+<row>
+ <entry namest="c3d" morerows="1">D</entry>
+</row>
+<row>
+ <entry namest="c4d">E</entry>
+</row>
+</tbody>
+</tgroup>
+</informaltable>
+
</chapter>