This method adds a new attribute to an existing node in the XML document. See Table 53.

Table 53. HRESULT AddAttribute

Parameter

Description

pNode

The node to which you want to add an attribute

Name

Name of the new attribute

Value

The value for the new attribute

 

Related Topics

IXmlDocument Interface