Versions Compared

Key

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

...

string xpath
XPath of node to update. If not specified current node is used.
object value
Value to set

Example

Updates with an xpath

...

Code Block
languagejs
var xml = $Xml.SelectSingle('//Customer/Id', function() {
 this.SetValue('1');
});

See Also