[plt-scheme] <select multiple> ... </select> as an xexpr
Thanks. This worked well.
On 7/20/05, Noel Welsh <noelwelsh at yahoo.com> wrote:
> HTML has pretty much been replaced by XHTML, where the
> convention is that the attribute value is the same as the
> attribute. So
>
> <select multiple="multiple">
>
> Note that XHTML tags are all lowercase. See the XHTML spec
> for more information. E.g.:
>
> http://www.w3.org/TR/xhtml1/#h-4.5
>
> HTH,
> Noel
>
> --- Andrey Skylar <skyarland at gmail.com> wrote:
>
> > For list-related administrative tasks:
> > http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> >
> > How would I write something like this using xexpr? The
> > problem being
> > that MULTIPLE doesn't have an ="..." attatched to it.
> >
> > <SELECT NAME="toppings" MULTIPLE SIZE=5>
> > <OPTION VALUE="mushrooms">mushrooms
> > <OPTION VALUE="greenpeppers">green peppers
> > <OPTION VALUE="onions">onions
> > <OPTION VALUE="tomatoes">tomatoes
> > <OPTION VALUE="olives">olives
> > </SELECT>
> >
> > -Andrey
> >
> >
>
>
> Email: noelwelsh <at> yahoo <dot> com noel <at> untyped <dot> com
> AIM: noelhwelsh
> Blogs: http://monospaced.blogspot.com/ http://www.untyped.com/untyping/
>
>
>
> ____________________________________________________
> Start your day with Yahoo! - make it your home page
> http://www.yahoo.com/r/hs
>
>