CALL "C$XML" USING CXML-GET-DATA handle itemName itemValue [valueLength] |
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 value of the element. This value is trimmed. |
valueLength | PIC 9(n) | Optional. Receives the length in bytes of the value after the trim. |