delattr
 delattr | 
   
  Purpose
 
  Synopsis
 
 procedure delattr(doc:xmldoc, n:integer, name:string) 
 
  Arguments
 
| 
     
     doc 
       | 
   
     
     Document to use
       | 
  
| 
     
     n 
       | 
   
     
     Element node to modify
       | 
  
| 
     
     name 
       | 
   
     
     Name of the attribute to remove
       | 
  
  Example
 
 See
 testattr.
 
  Further information
 
  This routine has no effect if the element does not have any attribute of the specified name.
 
  Related topics
 
  Module
 
