Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
NODE-VALUE attribute
NODE-VALUE attribute
Returns (or sets) the value of the XML node.
Data type:
CHARACTER
Access:
Readable/Writeable
Applies to:
X-noderef object handle
The following example demonstrates the use of the NODE-VALUE attribute:
IF hNoderef:NODE-VALUE = "500" THEN
hNoderef:NODE-VALUE = "1000".