SET-ATTRIBUTE( ) method
Adds a new attribute to an element. If an attribute with the same name is already present, its value is replaced with the specified value.
Return type: LOGICAL
Applies to: X-noderef object handle
name
value
The following example creates the following line in the hDoc output .xml file:
<Customer Id="54" Name="Second Skin Scuba"/>
OpenEdge Release 10.2B
|