Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

16 Producing DocBook XML > 16.6 Designating ancestors for table elements


16.6 Designating ancestors for table elements

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

[DocBookOptions]

; TableParents = parents for table tags, default none (use content

; model), may include sets from [DocBookElementSets].

TableParents =

List ancestors in hierarchical order; see §16.5.2 Designating DocBook ancestor elements. You can include element sets, as well as single elements; see §16.5.5 Specifying alternate ancestries for the same element. 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

[DocBookTableParents]

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

chart = section

aa654321 = example

textframe = graphic

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



16 Producing DocBook XML > 16.6 Designating ancestors for table elements