Initializing help system before first use

setname

setname


Purpose
Set the name of a node.
Synopsis
procedure setname(doc:xmldoc, n:integer,name:string)
Arguments
doc 
Document to use
n 
Node number (must be an element or processing instruction)
name 
New name for the node
Further information
Only element and processing instruction nodes can be modified with this routine; for all other node types an error will be raised.
Related topics
Module