Omni Systems, Inc.   Mif2Go User's Guide, Version 55


4 Editing configuration files > 4.6 Using wildcards in configuration settings

4.6 Using wildcards in configuration settings

In a variable-key setting, you can apply the same value to multiple keys by substituting a wildcard “*” or “?” for all or part of the key name, as follows:

You can use wildcards whenever the key is a format name or an identifier, provided you have not turned off wildcard usage (see §5.1.7 Specifying how to treat cases, spaces, and wildcards). For example, to make all FrameMaker paragraphs whose format names start with Heading appear bold and centered in HTML output:

[HTMLParaStyles]

Heading*=Bold Center

You can exclude one or more key names from a group by listing the exceptions first:

[HTMLParaStyles]

Heading4=

Heading3=Bold Left

Heading*=Bold Center

z????title=Bold Right

*=Left

In this example:

Mif2Go applies the first entry in a section that matches for each key name, so always put the exceptions before the general case.