What is the primary function of the Redvers COBOL XML Interface?
The Redvers COBOL XML Interface facilitates XML creation and parsing directly within COBOL applications. It uses subroutines RCCOBXML for XML generation and RCXMLCOB for XML parsing.
How is the Redvers COBOL XML Interface distributed and integrated into COBOL applications?
The interface is distributed as COBOL source code, allowing direct integration and customization within existing COBOL environments. No external libraries are strictly required, simplifying deployment.
What XML structures are supported by the Redvers COBOL XML Interface?
The interface supports basic XML structures, including elements, attributes, and text nodes. Complex XML schemas might require additional COBOL code for handling specific data types and structures.
How does the interface handle data mapping between COBOL and XML?
The interface relies on COBOL data structures to represent XML data. COBOL programmers define data structures that map to XML elements and attributes, enabling data exchange between COBOL programs and XML documents.