Multiple choice technology

Identify the use of repeator action block

  1. Perform a task for a predefined amount of times

  2. Perform a specified set of actions until a condition is met

  3. Cycle through an XML node set

  4. All of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The repeator action block in MII is specifically designed to iterate through an XML node set, applying actions to each node. It's not a general-purpose loop (like predefined iterations) nor a conditional loop. Option C correctly identifies its XML processing purpose.