Initializing help system before first use

delattr

delattr


Purpose
Delete an attribute of an element node.
Synopsis
procedure delattr(doc:xmldoc, n:integer, name:string)
Arguments
doc 
Document to use
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