XSLT for-each loop for element collection
Posted
by brain_pusher
on Stack Overflow
See other posts from Stack Overflow
or by brain_pusher
Published on 2010-05-06T08:41:17Z
Indexed on
2010/05/06
8:48 UTC
Read the original article
Hit count: 196
Is it possible to make a for-each loop in XSLT not for a node set, but for my own collection of elements? For example, I split some string and have a string collection as a result. And I need to create a node for each item in the collection. I know that issue can be solved with a recursive template, but I want to know if it is possible to avoid a recursion.
© Stack Overflow or respective owner