summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-07-14 23:58:01 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-07-14 23:58:01 +0000
commitfd73e190462490fc42c66d3a307eb079b3db0b83 (patch)
treecf846dd7eea492fc0674791da2d5cdd57aa046a6 /test
parent2af5cad6bd481aa518dee2bc3f9e8ba3a1f06ea1 (diff)
downloadgnome-doc-utils-fd73e190462490fc42c66d3a307eb079b3db0b83.tar.gz
- Completed table support, sans a few attributes
* test/testdocs/table.x001.xml: * xslt/docbook/html/db2html-table.xsl: - Completed table support, sans a few attributes
Diffstat (limited to 'test')
-rw-r--r--test/testdocs/table.x001.xml23
1 files changed, 20 insertions, 3 deletions
diff --git a/test/testdocs/table.x001.xml b/test/testdocs/table.x001.xml
index e527d06..3245e70 100644
--- a/test/testdocs/table.x001.xml
+++ b/test/testdocs/table.x001.xml
@@ -12,7 +12,7 @@
</articleinfo>
<informaltable>
- <tgroup>
+ <tgroup cols="5">
<colspec colname="first"/>
<colspec colname="second"/>
<colspec colname="fourth" colnum="4"/>
@@ -32,18 +32,35 @@
</thead>
<tbody>
<row rowsep="1">
- <entry spanname="first-fourth">rowspan=4</entry>
+ <entry spanname="first-fourth">colspan=4 colspan=4 colspan=4</entry>
<entry>fe</entry>
</row>
<row>
<entry>fi</entry>
<entry>fo</entry>
- <entry>fum</entry>
+ <entry morerows="2"><screen>fum
+fum
+fum
+fum
+fum
+fum
+fum
+fum</screen></entry>
+ <entry>fe fi</entry>
+ <entry>fo fum</entry>
</row>
<row>
+ <entry morerows="1"><screen>rowspan=2
+rowspan=2
+rowspan=2
+rowspan=2</screen></entry>
<entry colname="fourth">fourth</entry>
<entry>fifth</entry>
</row>
+ <row>
+ <entry>second</entry>
+ <entry colname="fifth">fifth</entry>
+ </row>
</tbody>
</tgroup>
</informaltable>