Implementing 'for loops' in SLAX Version 1.1 and Higher There are two ways to implement loops in SLAX 1.0: The for-each statement, which iterates through each member of a node-set Recursive templates, which loop by calling themselves recursively for the desired number of...