Can Contain | Empty |
Allowed In | mashup | catch | else | elseif | for | foreach | if | macro | operation | sequence | try | while |
Name | Required | Description |
fromvariable | The variable to copy. <assign> must have either a fromvariable, a fromexpr or a literal attribute. | |
fromexpr | An expression identifying a variable or variable fragment and any functions to apply before copying the result. <assign> must have either a fromvariable, a fromexpr or a literal attribute. | |
literal | A literal value to assign. <assign> must have either a fromvariable, a fromexpr or a literal attribute. | |
toexpr | An XPath expression defining a specific node in a variable that is the target to be assigned. <assign> must have either a toexpr or an outputvariable attribute. | |
mode | An optional flag to indicate whether the assignment should replace the output node or variable. The most common use is to apply an XPath function and assign the result back to the input node or variable. | |
outputvariable | The variable that is the target to be assigned. <assign> must have either a toexpr or an outputvariable attribute. |