oldcoderunner
Programmer
My COBOL program is using the XML PARSE statement to parse a string received from a unix system. After each end-tag there is a string of characters Hex'254040' which is a line feed and two spaces. However the parser instead of skipping past these 'white-space' characters, is returning them to the program as CONTENT-CHARACTERS, even though they outside of a START-TAG / END-TAG structure.
Any ideas on why the parser is behaving like this and how to stop it?
Any ideas on why the parser is behaving like this and how to stop it?