interpolate_itl_references
Allows reference-based Interchange tag parameters to be
interpolated.
Valid values
Valid values are 0 and 1.
The default is 0.
Description
If a tag attribute contains further ICML tags then those tags will usually be
interpolated by default.
The exception to this is reference-based attributes which,
for efficiency reasons,
are not scanned for further ICML tags by default.
This pragma allows reference-based ICML tag attributes to be scanned
for further tags which will be
interpolated if found.
The Interchange markup language is sometimes referred to as ITL
(Interchange Tag Language), which is how this pragma got its name.
|
Availability
This pragma was introduced in version 5.4.0,
and is therefore not available for use with any earlier Interchange version.
|
Example
[pragma interpolate_itl_references 1]
[tmpn test]This is a test[/tmpn]
[record
table=inventory
key=newkey
col.quantity=300
col.stock_message="[scratch test]"
]
|