table

Name

table -- information presented in tabular form

Content Model

table ::= (title, tgroup)

Description

table elements hold information in tabular form. The parent node is refsect1.

Attributes

table elements have colsep, frame, and rowsep attributes.

colsep attributes, if present, take the value 0, or 1.

frame attributes take the following values.

all

Borders on all cells

bottom

Border at the bottom of the table

none

No border

sides

Border on outside edges of the table

top

Border at the top of the table

topbot

Border at the top and the bottom of the table

frame values are implied if not given.

rowsep attributes, if present, take the value 0, or 1.

Formatting Expectations

Format as a table where colsep and rowsep elements determine whether columns and rows are separated by borders. The frame element takes precedence if border style is specified. Default border style is as for frame with value topbot.