I have a need to process XML documents as input messages to mainframe components. The XML documents will be varied in type. I was hoping to find a generic mainframe-compliant parser routine that could be used to process such messages, enabling the program to convert XML to fixed format, and then passing on to the rest of the COBOL system.
Such parsers seem to be hard to find. 'Generating' products aren't favoured because they tend to create a component per XML document, and we'd need hundreds.
IS there such a thing as a generic and easily-used XML parser, preferably built in COBOL?
Such parsers seem to be hard to find. 'Generating' products aren't favoured because they tend to create a component per XML document, and we'd need hundreds.
IS there such a thing as a generic and easily-used XML parser, preferably built in COBOL?