]> granicus.if.org Git - docbook-dsssl/commitdiff
row valign tests
authorAdam Di Carlo <adicarlo@users.sourceforge.net>
Tue, 11 Feb 2003 00:42:29 +0000 (00:42 +0000)
committerAdam Di Carlo <adicarlo@users.sourceforge.net>
Tue, 11 Feb 2003 00:42:29 +0000 (00:42 +0000)
testdocs/tests/informaltable.017.xml [new file with mode: 0644]

diff --git a/testdocs/tests/informaltable.017.xml b/testdocs/tests/informaltable.017.xml
new file mode 100644 (file)
index 0000000..a85a610
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+                  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<article id="informaltable.017">
+<articleinfo>
+<title>Unit Test: informaltable.017</title>
+<releaseinfo role="CVS">$Id$</releaseinfo>
+<author><firstname>Adam</firstname> <surname>Di Carlo</surname>
+        <affiliation><address><email>adam@onshored.com</email></address></affiliation>
+</author>
+</articleinfo>
+
+<para>Row valign test.</para>
+
+  <informaltable frame="all" id="informaltable">
+    <tgroup cols="2">
+      <tbody>
+        <row valign="top">
+          <entry>
+            <para>Para one.</para>
+            <para>Para two.</para>
+          </entry>
+          <entry>Top align me.</entry>
+        </row>
+        <row valign="middle">
+          <entry>
+            <para>Para one.</para>
+            <para>Para two.</para>
+          </entry>
+          <entry>Middle align me.</entry>
+        </row>
+        <row valign="bottom">
+          <entry>
+            <para>Para one.</para>
+            <para>Para two.</para>
+          </entry>
+          <entry>Bottom align me.</entry>
+        </row>
+      </tbody>
+    </tgroup>
+  </informaltable>
+</article>
+
+