Re: [xsl] Multiple Selects

Subject: Re: [xsl] Multiple Selects
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Mon, 11 Jun 2001 16:12:41 +0100
----- Original Message -----
From: "Tanzila Mohammad" <tmohammad@xxxxxxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, June 11, 2001 4:11 PM
Subject: RE: [xsl] Multiple Selects


> I am trying to include a multiple select tag in my xsl sheet:
>
> i.e.
> <SELECT NAME="Bathroom colors" SIZE="5" MULTIPLE>
> <OPTION>White
> <OPTION>Red
> <OPTION>Green
> <OPTION>Black
> </SELECT>
>
> The error I get when I include the 'MULTIPLE' is:
>

not valid xml, try multiple="yes", u cant add this type of attribute with
xml.

chow,jim fuller


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread