Initializing help system before first use

delnode

delnode


Purpose
Delete a node in a document tree.
Synopsis
procedure delnode(doc:xmldoc, n:integer)
Arguments
doc 
Document to use
Number of the node to delete
Example
See copynode.
Further information
This routine deletes the node as well as all of its descendants if it is an element node.
Related topics
Module