table Element

Author-it XML Format

Description

The table element represents a table in the topic text. This element contains one or more tr elements, and no text.

Attributes

Attribute Name

Optional

Data Type

rows

No

Integer > 0

cols

No

Integer > 0

width

No

Integer > 0. Units in twips*

*Twentieth of a point. This measurement is dependent on screen resolution. Generally there are 15 twips per pixel.

Parent Element

Text

Children

Element

Optional

Occurs

tr

No

One to many times

Values

None

Sample XML

<table rows="2" cols="2" width="4230">
- <tr rowheight="0">
- <td width="2520" bordercolors="65793">
<p id="21">Attribute Name</p>
</td>
- <td width="1710" bordercolors="65793">
<p id="21">Optional</p>
</td>
</tr>
- <tr rowheight="0">
- <td width="2520" bordercolors="65793">
<p id="15">inherited</p>
</td>
- <td width="1710" bordercolors="65793">
<p id="15">Yes</p>
</td>
</tr>
</table>