Name

e —

ATTRIBUTES

Attribute Pos. Req. Default Description
interpolate     0 interpolate input?
reparse     1 interpolate output?
hide     0 Hide the tag return value?

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

e is available in Interchange versions:

4.6.0, 4.8.0

SOURCE

Interchange 4.8.0:

Source: dist/lib/UI/usertag/e.tag
Lines: 8


UserTag e HasEndTag
UserTag e Routine <<EOR
sub {
my $text = shift;
HTML::Entities::encode($text);
}
EOR


AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!