RE: [xsl] Multiple Selects Revisited

Subject: RE: [xsl] Multiple Selects Revisited
From: Heather Lindsay <heather.lindsay@xxxxxxxxxxxxx>
Date: Mon, 11 Jun 2001 14:03:51 -0400
hi,
	I tried the code segment and it was not pre-selected when I tried
it.  Maybe there is something else you are adding that's causing this.

-----Original Message-----
From: Tanzila Mohammad [mailto:tmohammad@xxxxxxxxxxxxxxxxxxxx]
Sent: Monday, June 11, 2001 1:37 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Multiple Selects Revisited


If I use either MULTIPLE="multiple" or MULTIPLE="true", all the options are
pre-selected when the html page is displayed.

Is there a way to set the multiple attribute, so that no options are
selected when the page is displayed?

Thanks

Tanz

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Heather
Lindsay
Sent: 11 June 2001 16:24
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: [xsl] Multiple Selects


<SELECT NAME="Bathroom colors" SIZE="5" MULTIPLE="multiple">
<OPTION>White</OPTION>
<OPTION>Red</OPTION>
<OPTION>Green</OPTION>
<OPTION>Black</OPTION>
</SELECT>

-----Original Message-----
From: Tanzila Mohammad [mailto:tmohammad@xxxxxxxxxxxxxxxxxxxx]
Sent: Monday, June 11, 2001 11:11 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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:

- the attribute select must be followed by the '=' character.

Any suggestions?

Tanz



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

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




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

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


Current Thread