ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
XML.InsertXML
OverviewExamples
XML.InsertXML ( string XMLPath,
string Text,
number InsertionMode )
De s cr ip t ion
Inserts raw XML code into a specific location in the currently loaded document.
Note: For more information on the XML actions, see the XML Actions Concepts topic.
P arame t er s
XMLPath
(string) The path to the element where you want to insert the XML text. You can insert the XML before this element, insert it after this element, or replace the element (and all its children) with the new XML text.