GetXMLNodeText()

Syntax

Result$ = GetXMLNodeText(Node)
Description
Returns the text inside the given XML node.

Parameters

Node The XML node to use.

For a node of type #PB_XML_Normal, this is all text and whitespace within the node that is not contained within a child node.
For the root node, this is all whitespace outside of the main node. (there can be no text outside of the main node)
For #PB_XML_Comment or #PB_XML_CData nodes, this is all text contained in the node.

Return value

The text inside the given XML node.

See Also

SetXMLNodeText()

Supported OS

All

<- GetXMLNodeOffset() - XML Index - GetXMLStandalone() ->