XML_RemoveNode

XML_RemoveNode

%XML_RemoveNode function


Function

The function removes an entered node from an XML document together with its children.

Declaration

BOOL %XML_RemoveNode( INT in _node )

Parameters

_node

Handle to XML node.

Return value

@TRUE - node from XML document was removed
@FALSE - node from XML document was not removed - the function failed

Description

The function removes the entered node from the XML document together with its children. Both handle to node and handle to children, that ESL script obtained during its execution, remain valid. But these nodes are not a part of the XML document.