How to Get Text Associated with a Node
Copy
ArasModules.xml.getText retrieves the text from an XmlDOMDocument object node.
The function takes the following argument:
xmlNode – A valid XmlDocument object’s node.
...
let nodeValue = ArasModules.xml.getText(xmlNode);
...