XML

Use this field to specify the XML content that is to be transformed. This field is used with the Extract XML Collection and Transform XML action types.

To construct references that resolve to XML content from expressions, click the button to the left of this field.

The result of this transformation can be placed in and called from a variable referenced in the XML Result field.

The contents of this field must use this syntax:

scalarExpr

where scalarExpr is a literal string or a reference to expressions that resolve to the XML content.

When you click OK to return to the Event Actions form, the system "wraps" this content within a XML( ) parameter, which yields this final syntax:

XML( scalarExpr )

Note: 
  • If scalarExpr is a literal value, the system automatically encloses it in double quotation marks when returning it to the Event Actions form. If scalarExpr is an expression, the system does not enclose it in quotation marks.
  • The system does not validate the code that you enter in this field but passes the contents of this field intact to the Event Actions form.