It is also possible to use loops recursively. This is useful if you aredealing with recursive data such as sitemaps or RDFa.To use loops recursively, you basically have to add the recursive modifierto the loop definition and call the loop variable with the new iterablewhere you want to recurse.