XSLT

Use this field to specify the stylesheet (XSLT) or a reference to the XSLT file containing the transformation rules.

To create a reference to the XSLT using expressions, click the button to the left of this 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 XSLT content.

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

XSLT( 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 or reference that you enter in this field but passes the contents of this field intact to the Event Actions form.