element-depth
This command sets the maximum depth of element nesting for the parse operation of the multiprotocol gateway.
Syntax
element-depth depth
Parameters
- depth
- Specifies the maximum nesting depth. The default value is 512.
Guidelines
The element-depth command sets the maximum depth of element nesting in an XML document for the parse operation.
When you enable service-specific parser limits, the value on this command overrides the value on the Parser Limits element-depth command. The service inherits parser limits from the XML manager that is assigned to this service.
To define service-specific parser limits, you must enable parser limits with the gateway-parser-limits command.
Example
Set the maximum nesting depth to 128.
# gateway-parser-limits on
# element-depth 128