Can Contain | Empty |
Allowed In | mashup | catch | else | elseif | for | foreach | if | macro | operation | sequence | try | while |
Name | Required | Description | ||
inputvariables | yes | A list of comma-separated input or variable names to use as input to the operation. | ||
outputvariable | yes | The required variable to accept the output of this statement. | ||
select | An expression identifying the specific nodes within the merged result that should be the only nodes included in the output of this statement. This expression must define a well-formed XML structure.
| |||
feedtype | The standard web feed format that all merged input should be converted to. All of the merged inputs must be in either an RSS or Atom format for this attribute to be effective. You can ’normalize’ the output to: rss_2.0 rss_1.0 atom_1.0
| |||
title | If the merged output is being normalized to a web feed format (the feedtype attribute is set), this is the title to assign to the results.
| |||
description | If the merged output is being normalized to a web feed format (the feedtype attribute is set), this is the description to assign to the results.
| |||
author | If the merged output is being normalized to a web feed format (the feedtype attribute is set), this is the author to assign to the results.
| |||
link | If the merged output is being normalized to a web feed format (the feedtype attribute is set), this is the link to assign to the results.
|