A label and a corresponding text box is displayed for each input parameter of the transformation. Each label corresponds to the name of a parameter, and each text box is for defining an XQuery expression to be bound to the parameter. You must define a binding for each parameter. For example, if an XSL transformation has two input parameters named one and two, the Variable Name field has two labels one and two- with a text box associated with each into which the XQuery expression is entered.
Enter the expression directly, or drag variables and structures from the right panel.
The following XQuery expressions are examples of valid input to this field:
$body/*[1]
$body/po:PurchaseOrder
Note: The following variable name is not a valid entry for this field and results in an exception:
body
|