Versions Compared

Key

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

...

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

The below example is similar to the one above but with double slashes. It is used to look up for the Customer node in everywhere starting from the root element.

Example

Evaluate with an xpath

...