<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Excel - What is the "Repeat and inline value" supposed to create - this should be explained better. Also the output is not a very useful excel table. See attached repeat.xsl.<br>
</blockquote></div><br>It is just to show that you can use ui:repeat inside a cell. Some users wanted it. Purely looking at the output surely seems a bit weird, but looking at the code producing it, clarifies a lot:<br> <e:cell><br>
<ui:repeat value="#{list}" var="person"><br> #{<a href="http://person.name">person.name</a>}, <br> </ui:repeat><br> </e:cell><br>
<br>/ Daniel<br>