Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

string xpath
XPath to be evaluated. If not specified, the current node is used.

Remarks

Finding the value of a current customer's Id:

...

Code Block
languagejs
var id = $Xml.Evaluate('//Customer/Id');

See Also