psText - BaseXmlDomNode

Returns a string containing the value of the node

Type: Property

Access: Read/Write

Data Type: String

Parameters: None

Syntax
 Property String psText

Read Access: Get psText to StringVariable
Write Access: Set psText to StringVariable/Value


Description

psText returns a string containing the value of the node.

This is used when an element contains a single child text value (text value<\myElement>). If you wish to return all of the node's descendants, excluding XML tags, use Get AllChildNodesText.


Note that this message is not equivalent to the MSXML text property.