Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
27 lines
485 B
XML
27 lines
485 B
XML
<?xml version='1.0'?>
|
|
<!DOCTYPE article SYSTEM "dbtblcals.dtd">
|
|
<article><title>Table Test</title>
|
|
|
|
<!-- This table is valid in both models; this is just to exercise the DTD. -->
|
|
|
|
<informaltable id="foo" role="test">
|
|
<tgroup cols="1">
|
|
<tbody>
|
|
<row>
|
|
<entry>foo</entry></row>
|
|
<row><entry>bar</entry></row>
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
|
|
<table id="bar" role="test"><title>bar</title>
|
|
<tgroup cols="1">
|
|
<tbody>
|
|
<row><entry>bar</entry></row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
|
|
</article>
|
|
|