XMLNode.Value

From Xojo Documentation

Property (As String )
aXMLNode.Value = newStringValue
or
StringValue = aXMLNode.Value

Supported for all project types and targets.

Used in some nodes to set or get the value, such as XMLTextNode and XMLAttribute.

Notes

Not supported by all XMLNode subclasses.