SetXMLNodeText()
Syntax
SetXMLNodeText(Node, Text$)Description
Changes the text contained within the given XML node. See GetXMLNodeText() for more information.
Parameters
Node The XML node to set the text. Text$ The new text to set.
Return value
None.
Remarks
If the node contains children, changing its contained text may require an adjustment of the child nodes offset values as well.
See Also
GetXMLNodeText()
Supported OS
All