Insert Action Dialog

Use this dialog to create an Insert Action for use in an Assign.

Option
Description
Expression
An XQuery 1.0 expression used to create the data that will be inserted at a specified location in a Variable.
Click on the Expression to launch the XQuery editor.

Location

The location used to control where the Insert Action is performed relative to the result of the XPath 1.0 Expression. Options include:
  • Before: Immediately before the element specified by the result of the Xpath 1.0 Expression.
  • After: Immediately after the element specified by the result of the Xpath 1.0 Expression.
  • as first child of: The first child element of the element specified by the result of the Xpath 1.0 Expression.
  • as last child of: The last child element belonging to the element specified by the result of the Xpath 1.0 Expression.
XPath
An XPath that determines the nodes to be selected.
Click on the Xpath to launch the XPath Expression Editor.
Variable
A Variable to be evaluated by the XPath.