<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">ok thanks - I did not have time to look closely yesterday - I am going to add a minor jira for an explanation in the example. Just a brief sentence or something like that. It looks broken when you first look at it.<div><br></div><div>-Jay</div><div><br><div><div>On Nov 19, 2008, at 5:52 PM, Daniel Roth wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><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></blockquote></div><br></div></body></html>