Processing XML input

You can process XML input in a COBOL program by using the XML PARSE statement.

About this task

The XML PARSE statement is the COBOL language interface to the high-speed XML parser that is part of the COBOL run time.

Processing XML input involves passing control between the XML parser and a processing procedure in which you handle parser events.

Use the following COBOL facilities to process XML input:

related concepts  
XML parser in COBOL