  | 
Attribute (XML) 
Purpose 
Returns or assigns the value of an attribute of the current node. 
Syntax 
XML.Attribute ("Attribute" [, AttributeIdentifier]) [= "AttributeValue"] 
 
 
Attribute  | 
The attribute whose value you want returned.  | 
 
AttributeIdentifier  | 
An integer identifying which attribute of that type you want, when there are multiple identical attributes on the same node.  | 
 
AttributeValue  | 
The value you want to assign to this attribute.  | 
 
  
 |   |