This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Multiple Selects



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.

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]