NativeXml Help
TXmlNode.Value
property Value: Utf8String;
Description
The value of the node. For elements this is the element value (based on first chardata fragment), for attributes this is the attribute value. The string is encoded as UTF8. Use ToWide(Node.Value) or Node.ValueUnicode to get a UnicodeString compatible with "unicode" windows methods.