CXML-GET-DATA The CXML-GET-DATA function retrieves name and value of a given element. Syntax: CALL "C$XML" USING CXML-GET-DATA handle itemName itemValue [valueLength] Parameters: CXML-GET-DATA Constant handle USAGE HANDLE A XML element handle. itemName PIC X(n) Receives the name of the element. itemValue PIC X(n) Receives the CDATA of the element (the data outside of the XML tags). valueLength PIC 9(n) Optional. Receives the lenght in bytes of the CDATA. Return code: This operation has no return value.