$allow-eval
$allow-eval — Process the eval
processing instruction?
Parameter:
{}allow-eval
Defined in:
param.xsl
Used in:
param.xsl, modules/inlines.xsl
Synopsis
|$allow-eval as xs:string := 'true'
Description
If this parameter is true, XPath expressions contained in the
eval
processing instruction will be evaluated,
otherwise the processing instruction is silently ignored.
If the eval is performed, the result of the evaluation is inserted into the formatted document.