...
string xpath
XPath of node to update. If not specified current node is used.
Example
Updates with an xpath
...
Code Block | ||
---|---|---|
| ||
var xml = $Xml.SelectSingle('//Customer/Id', function() { this.SetValue('1'); }); |
...
Updates with an xpath
...
Code Block | ||
---|---|---|
| ||
var xml = $Xml.SelectSingle('//Customer/Id', function() { this.SetValue('1'); }); |