XML to language structure conversion could not complete in
program PROGRAM-NAME because the character content for XML path XML-PATH
had a length greater than or equal to LENGTH characters, which was
too long for the converter to process.
Explanation
XML to language structure conversion maintains
a buffer for character content that has a maximum size equal to 10
times the size of the largest item in the target data structure.
The content of an element was longer than expected.
System programmer response
Correct the input XML message. Ensure
that the message is valid according to the XML Schema upon which the
XML to language structure converter is based.
- 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.