CXML-MODIFY-ATTRIBUTE-VALUE

Syntax:

CALL "C$XML" USING CXML-MODIFY-ATTRIBUTE-VALUE, handle, attr-num, new-attr-value, 
																																																														new-attr-len

Parameters:

CXML-MODIFY-ATTRIBUTE-VALUE Op-code 26. Numeric data item that specifies the operation to perform. Each operation is defined in acucobol.def, which is included with your system.
handle USAGE handle
attr-num Numeric literal or pic x(n)
new-attr-value literal or pic x(n)
new-attr-len

(Optional)

Numeric literal or pic x(n)

On Entry:

CXML-MODIFY-ATTRIBUTE-VALUE Value 26
handle An element handle to modify.
new-attr-value The new value (of length new-attr-len) of that attribute.
new-attr-len (Optional) The length of the new attribute value. If new-attr-len is omitted, it defaults to the length of the data element given for new-attr-value.

On Exit:

None