CXML-MODIFY-CDATA The CXML-MODIFY-CDATA function modifies the CDATA of an element. Syntax: CALL "C$XML" USING CXML-MODIFY-CDATA handle data [length] [startPos] [endPos] Parameters: CXML-MODIFY-CDATA Constant handle USAGE HANDLE A XML element handle. data PIC X(n) Specifies the new CDATA. length PIC 9(n) Specifies the number of bytes in data to consider. If omitted, the whole data content is used. startPos PIC 9(n) Specifies the starting position of the data to modify. If omitted, it defaults to the start of the data. endPos PIC 9(n) Specifies the ending position of the data to modify. If omitted, it defaults to the end of the data.