Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

14 Producing DITA XML > 14.6 Converting tables to DITA XML > 14.6.2 Designating ancestors for <table> elements


14.6.2 Designating ancestors for <table> elements

To specify the ancestor elements Mif2Go must use for <table> elements:

[DITAOptions]

; TableParents = parents for table tags, including simpletable

; and others; default none (use content model), may include sets

; from [DITAElementSets].

TableParents =

List ancestors in hierarchical order; see §14.5.2 Designating DITA ancestor elements. You can include element sets, as well as single elements; see §14.5.5Specifying alternate . If you do not specify any ancestor elements, Mif2Go picks the first valid element listed in the content model, which might not be what you had in mind.

To specify ancestry for a single <table> element or a discrete group of <table> elements, assign the list to the table ID (see §4.4 Identifying files and objects), or to the table group ID (see §23.2.2 Creating table groups). For example:

[TableGroup]

Format A = chart

aa654321 = chart

Format C = textframe

Unruled = textframe

[DITATableParents]

; table ID (not type) = parents to be used for root table element

chart = section

aa654321 = example

textframe = conbody

You can make a single [DITATableParents] setting in an HTMLConfig marker, also; see §31.2.2 Using configuration markers to override settings.



14 Producing DITA XML > 14.6 Converting tables to DITA XML > 14.6.2 Designating ancestors for <table> elements