Controlling Mashup Processing Flow
You may use several mashup commands to control the processing flow for a mashup operation. This includes:
<if> for conditional processing
<for> for looping based on simple counts
<foreach> for looping through a set of nodes. This can be simple iterative loops or loops can be processed concurrently.
<while> for looping as long as a condition is true
<break> to forceably stop looping statements
SQL Transactions using <sqlBeginTransaction>, <sqlCommit> and <sqlRollback>.
Enterprise Mashup Markup Language (EMML) Documentation is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.
