Transforming Intermediate Results
There are several mashup statements that you can use in mashup scripts to select specific results, sort results, or otherwise transform the data in variables:
<assign> to assign values or copy part of all of a variable
<group> to group data in a variable and optionally filter or sort
<script> to transform data using user-defined scripting code
<xslt> to transform data using XSLT stylesheets