Forum Discussion
del
8 years agoContributor III
For this post, can you reformat your XML code so that the ML doesn’t confuse the browser? Please put 4 spaces in front of each line so that the angle brackets are not hidden in the final output…
Aside from that, does #foreach($string in $string) work in velocity? I’m not sure, and it may not make a difference, but it seems to me that the variable scope might get confused so I would choose something like #foreach($s in $string) instead.