SET-ATTRIBUTE( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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
Syntax
|
- name
- A character expression that represents the attribute name.
- value
- A character expression that represents the attribute value.
The following example creates the following line in the hDoc output
.xml file:
<Customer Id="54" Name="Second
Skin Scuba"/>
|