[Seaside] More S-Exprs

Jim Benson jb@speed.net
Wed, 29 May 2002 12:34:32 -0700


The quest continues. I was chugging along, ready to do some interesting
experiments and I noticed an interesting example that I wanted to turn into
S-Expr form:

<table>
<tr repeat="@app/apps">
 <td><a href="@appLink" target="seasideapp">[app.key]</a></td>
 <td><a href="@edit:">(edit)</a></td>
 <td><a href="@remove:">(remove)</a></td>
</tr>
</table>

So I started hacking away. And hacking. And hacking. Rather than embarass
myself with the many failed attempts, I'll just ask here. How do you
translate this?

Jim