GetXMLNodeText()
Syntax
Result$ = GetXMLNodeText(*Node)Description
Returns the text inside the given XML node.
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.
Supported OS
All