Aras Innovator Platform

How to Get Text Associated with a Node

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);
...