IBM0971S
XML to language structure conversion could not complete in procedure PROCEDURE-NAME because the maximum XML element nesting depth was exceeded. The error occurred at element ELEMENT-NAME with character content CHARACTER-CONTENT.

Explanation

XML to language structure conversion maintains an internal stack which represents the full qualification of the current element being processed in the XML document. If extraneous XML elements not described in the XML schema to which the converter is bound are present in the XML document, they may exceed the maximum supported element depth.

System action

The converter will either signal a Language Environment® condition or, if the optional feedback code argument is provided, a condition token representing the condition will be placed in the argument.

Programmer response

Either supply XML documents to the converter that validate against the bound XML schema or remove the extraneous element that causes the failure from the input XML document.

Symbolic Feedback Code

IBM0UB