CXML-DELETE-ELEMENT

Syntax:

CALL "C$XML" USING CXML-DELETE-ELEMENT, handle, 

Parameters:

CXML-DELETE-ELEMENT Op-code 33. 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

On Entry:

CXML-DELETE-ELEMENT Value 33
handle An element handle.

On Exit:

RETURN-CODE 0 if an error has occurred. The return code is positive if everything went correctly.

Comments:

This operation deletes the specified element. If this element has any children, all children are also deleted.