Name

MV_AUTOLOAD — (partly documented)

SYNOPSIS

{ }

DESCRIPTION

It specifies the value to be placed in the beginning of the html if the $Vend::PageInit is defined and not 0.

VARIABLE TYPE

Catalog variable

EXAMPLES

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

NOTES

AVAILABILITY

MV_AUTOLOAD is available in Interchange versions:

4.6.0-5.7.0 (cvs-head)

SOURCE

Interchange 5.7.0:

Source: lib/Vend/Interpolate.pm (rev. 2.309 from Mon Nov 17 00:01:20 2008)
Line 657 (context shows lines 647-661 in interpolate_html():645)


return undef if ! defined($html);
return undef if $Vend::NoInterpolate;
my ($name, @post);
my ($bit, %post);

local($^W);

my $toplevel;
if(defined $Vend::PageInit and ! $Vend::PageInit) {
  defined $::Variable->{MV_AUTOLOAD}
    and $html =~ s/^/$::Variable->{MV_AUTOLOAD}/;
  $toplevel = 1;
}
#::logDebug("opt=" . uneval($opt));

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!