IGZ0297S   XML to language structure conversion could not complete in program PROGRAM-NAME because the content for attribute ATTRIBUTE-NAME had a length greater than or equal to INPUTLEN characters, which was too long for the converter to process.

Explanation

XML to language structure conversion maintains a buffer for accumulating the contents of XML attributes. The maximum size of the buffer is based on attribute and namespace declarations in the XML Schema.

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

Correct the XML instance document such that it conforms to the inbound XML Schema.