CALL "C$XML" USING CXML-DELETE-ELEMENT, handle,
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 |
CXML-DELETE-ELEMENT | Value 33 |
handle | An element handle. |
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.