setname
| setname | 
  Purpose
 
  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
 
 
