Name

if_not_volatile —

ATTRIBUTES

Attribute Pos. Req. Default Description

DESCRIPTION

BEHAVIOR

This tag does not appear to be affected by, or affect, the rest of Interchange.

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

if_not_volatile is available in Interchange versions:

5.8.0, 5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/UserTag/if_not_volatile.tag
Lines: 10


UserTag if_not_volatile HasEndTag 1
UserTag if_not_volatile Interpolate 0
UserTag if_not_volatile NoReparse 0
UserTag if_not_volatile Routine <<EOF
sub {
my $body = shift;
return $body unless $::Instance->{Volatile};
return '';
}
EOF

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!