Table footer
Capture footers for a table using tfoot element.
Column footers are often separated from the table body using a horizontal rule. Capture this using the rowsep attribute on the row element, with value "1".
Example
<tfoot>
<row rowsep="1"><entry colname="col1">
<p>
<b>*</b>
</p></entry><entry colname="col2">
<p>Further information available.</p></entry>
</row>
</tfoot>