reading xml from a file or even xml declared in "working storage" as a string array
XML PARSE XML-STRING PROCEDURE XML-HANDLER
throws exception +000528897
I checked if the xml is well formed (display in browser) and it's ok
I displayed the xml string after reading it from a file and concatenating all the lines as a long string
we are using cobol 5.2
compiler option -> xmlparse(xmlss)
if i change …