Name

no_default_reparse — do not reparse Interchange output by default

VALUE

0 | 1

DEFAULT

0

DESCRIPTION

This pragma disables default reparse of Interchange output from container tags.

Reparsing can, of course, still be requested using the Reparse setting in individual ITL tag definition, or by providing the universal reparse=1 attribute to any container tag.

EXAMPLES

Example: Enable no_default_reparse pragma page-wide

Put the following anywhere on your page:



NOTES

AVAILABILITY

no_default_reparse is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0 (1/1 contexts shown):

Source: lib/Vend/Parse.pm
Line 700 (context shows lines 690-704 in start():592)

#::logDebug("using default $k = $v");
    $attr->{$k} = $v;
  }
}

$attr->{enable_html} = 1 if $Vend::Cfg->{Promiscuous};
$attr->{reparse} = 1
  unless (
    defined $NoReparse{$tag}
    || defined $attr->{reparse}
    || $::Pragma->{no_default_reparse}
  );

my ($routine,@args);


AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!