37.5.3 Deploying configuration macros

To test the current value of a configuration setting (for example):

<$_if($$[HTMLOptions]ExtractEnable) ... >

To temporarily alter the value of a configuration setting (for example, to strip all table-specific HTML tags from format Unruled tables, but not from other tables):

[TableBeforeMacros]
Unruled = <$$[Tables]StripTable=1>
[TableAfterMacros]
Unruled = <$$[Tables]StripTable=0>

To add a new setting with a configuration variable, see §42.2.5 Adding a new configuration setting on the fly.

Previous Topic:  37.5.2 Determining the value of a configuration variable

Next Topic:  37.6 Using expressions in macros

Parent Topic:  37.5 Accessing settings with configuration macros

Sibling Topics:

37.5.1 Understanding configuration macros and variables

37.5.2 Determining the value of a configuration variable