<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&nbsp;explanation&nbsp;in the example. &nbsp;Just a brief sentence or something like that. &nbsp;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. &nbsp;Also the output is not a very useful excel table. &nbsp;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>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;e:cell><br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;ui:repeat value="#{list}" var="person"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #{<a href="http://person.name">person.name</a>},&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/ui:repeat><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/e:cell><br> <br>/ Daniel<br></blockquote></div><br></div></body></html>