Versions Compared

Key

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

...

If value specified; this method directly changes the outer xml content without schema definitions. If you need schema based change please use Xml.Copy method.

Example

Update Get outer xml.

Code Block
languagejs
var xml = $Xml.OuterXmlSelectSingle('<Customer><Name>John</Name></Customer>Customer').OuterXml();

Example

Get Update outer xml.

Code Block
languagejs
var xml = $Xml.SelectSingleOuterXml('<Customer><Name>John</Name></CustomerCustomer>').OuterXml();