Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
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 repetitions No native "for loop" exists in SLAX 1.0