How would one loop thru a set of nodes, where the node name has a numeric number and the number increments as in a series?
ex:
<nodes>
<node1>
<node2>
...
<node10>
</nodes>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A recursive named template can do that:
Or if you don’t care about order, just a normal template: