DeleteXMLNode()

Syntax

DeleteXMLNode(Node)
Description
Deletes the specified XML node and all its contained text and children from its XML tree.

Parameters

Node The node to delete.

Remarks

The root node of a tree cannot be deleted.

See Also

CreateXMLNode()

Supported OS

All

<- CreateXMLNode() - XML Index - ExamineXMLAttributes() ->