xslt-buffer-size
Use the xslt-buffer-size stanza entry to define the maximum size of the
output XML document produced by XSLT when you are evaluating the HTTP transformation
rule.
Syntax
xslt-buffer-size = byte_limit
Description
The maximum size of the output XML document produced by XSLT when you are evaluating the HTTP
transformation rule.
Note: This configuration entry only applies to XSLT
transformation rules and is ignored for Lua transformation rules.
Options
- byte_limit
- The maximum limit of the output XML document that is produced by XSLT when the HTTP transformation rule is evaluated.
Usage
This entry is optional.
Default value
4096Note: The value is ignored if it is set below the default value.
Example
xslt-buffer-size = 4096