Function AllChildNodesText Returns String
Call: | Get AllChildNodesText to StringVariable |
AllChildNodesText returns a string that is the textual representation of the node and all of its descendants, excluding XML tags. You will rarely use this message. psText should be used to return a value when an element contains a single child node value because it is much faster. psXML is more often used to return all of a node's descendants because it includes the XML tags.
Note that this message is equivalent to MSXML text property.