Subject: Re: Multiple Selects
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Mon, 11 Jun 2001 17:18:51 +0200
|
On Mon, Jun 11 '01 at 16:11, Tanzila Mohammad wrote:
> I am trying to include a multiple select tag in my xsl sheet:
>
> i.e.
> <SELECT NAME="Bathroom colors" SIZE="5" MULTIPLE>
> ...
> </SELECT>
>
> The error I get when I include the 'MULTIPLE' is:
Jep, it's not valid XML, try
<SELECT NAME="Bathroom colors" SIZE="5" MULTIPLE="multiple">
...
</SELECT>
Goetz.
Attachment:
pgp00003.pgp
Description: PGP signature
|