33.7.1 Removing table-specific tags from all tables

To strip all tables of table-specific elements:

[Tables]
; StripTable = No (default) or Yes to remove all table tagging while
;  retaining cell content.
StripTable = Yes

This setting applies to all tables in your document.

When StripTable=Yes, DITA2Go writes out the content of each table cell in row order (top to bottom) then column order (left to right), preserving paragraph and character formats.

By default, DITA2Go also sets the following file-splitting options:

[Tables]
; AllowTbSplit = No (default)
;  or Yes (allow file split for head in table)
AllowTbSplit = Yes
; AllowTbTitle = No (default) or Yes (allow title from head in table)
AllowTbTitle = Yes

You can override these settings; see §27.3.1 Designating split points and §27.5.2.2 Assigning a title with a paragraph format.

Previous Topic:  33.7 Converting tables to paragraphs

Next Topic:  33.7.2 Removing table-specific tags from selected tables

Parent Topic:  33.7 Converting tables to paragraphs

Sibling Topics:

33.7.2 Removing table-specific tags from selected tables

33.7.3 Removing table-specific tags from complex tables