p.simpletable.entry

Table of Contents

Syntax #

p.simpletable.entry

Purpose #

The p.simpletable.entry annotation is used to tag an element as being an entry in a simple table. A simple table is any table of uniform size and shape with no additional formatting or captions applied. This annotation creates a table, so to be applied correctly, the content must not be contained within a table (see Example).

This annotation cannot create new rows. All consecutive p.simpletable.entry annotations will be assigned to the same row.

Examples #

The following is an example of a time where you might want to use the p.simpletable.entry annotation:

The following is an example of a rule that will apply p.simpletable.entry:

The following is an example of the DITA output you would get from this annotation.

 

<simpletable>

<strow>

<stentry>Transport Canada</stentry>

<stentry>TC</stentry>

<stentry>The government ministry in charge of regulating and funding transportation infrastructure and operations within Canadian jurisdiction.</stentry>

</strow>

</simpletable>