summaryrefslogtreecommitdiff
path: root/test/docbook-xref.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'test/docbook-xref.docbook')
-rw-r--r--test/docbook-xref.docbook23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/docbook-xref.docbook b/test/docbook-xref.docbook
index a83657b6b..624b4c081 100644
--- a/test/docbook-xref.docbook
+++ b/test/docbook-xref.docbook
@@ -27,6 +27,9 @@ cross-reference text: <xref linkend="ch02"/>.
<listitem><para>A link to a
<sgmltag>figure</sgmltag> element: <xref linkend="fig01"/>.
</para></listitem>
+<listitem><para>A link to a
+<sgmltag>table</sgmltag> element: <xref linkend="table01"/>.
+</para></listitem>
</itemizedlist>
</chapter>
@@ -77,5 +80,25 @@ cross-reference text: <xref linkend="ch02"/>.
</mediaobject>
</figure>
+<table id="table01" frame="all" rowsep="1" colsep="1">
+ <title>Supported features by version</title>
+ <tgroup cols="2">
+ <colspec colname="col_1" colwidth="50*"/>
+ <colspec colname="col_2" colwidth="50*"/>
+ <thead>
+ <row>
+ <entry>Version</entry>
+ <entry>Feat</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Free</entry>
+ <entry>no</entry>
+ </row>
+ </tbody>
+ </tgroup>
+</table>
+
</chapter>
</book>