[Seaside] More S-Exprs

Avi Bryant avi@beta4.com
Tue, 28 May 2002 12:43:26 -0700 (PDT)


On Tue, 28 May 2002, Avi Bryant wrote:

> On Tue, 28 May 2002, Jim Benson wrote:
>
> > Another S-Exprs question:
> >
> > Out of the examples:
> >
> > html
> >  #(
> >  [date] [time]
>
> #(html '[date] [time]'

Although actually, in light of my recent post about extra <html> tags,
better form would be either

html
  ^ #(html (body '[date] [time]' ...))

or

html
  ^ #(div '[date] [time]' ...)