csp logo

Instructions for using this documentation

Article XML Requirements

Article Objects

ID Syntaxes

File-Naming Conventions

Full-text Examples

DTD

Article object

Tables with the body represented as a single image

Element or context:

<table>

Requirements:

  1. Use <graphic> to represent the image, and set @xlink:href on graphic to the file name.

Example (See Table 2 in this PDF):

 <table-wrap id="tab2" position="anchor">
<label>Table 2.</label>
<caption>
<p>This is an example of a table in which the body of the tabke is a single graphic. </p>
</caption>
<table frame="hsides">
<tbody>
<tr>
<td align="center">
<graphic xlink:href="facets-2015-test1tab2.tif"/>
</td>
</tr>
</tbody>
</table>
</table-wrap>