RE: [xsl] Multiple Selects

Subject: RE: [xsl] Multiple Selects
From: Peter Flynn <peter@xxxxxxxxxxx>
Date: Mon, 11 Jun 2001 17:11:04 +0100
At Monday, 11 June 2001, you wrote:

>I am trying to include a multiple select tag in my xsl sheet:
>
>i.e.
><SELECT NAME="Bathroom colors" SIZE="5" MULTIPLE>

This is SGML, not XML. You must normalise the attribute MULTIPLE
so that it gives the attribute name = "MULTIPLE" (refer to the DTD to
find out what the attribute name is).

><OPTION>White
><OPTION>Red
><OPTION>Green
><OPTION>Black

This is also SGML. XML *requires* end-tags (eg </OPTION>)

></SELECT>
>
>The error I get when I include the 'MULTIPLE' is:
>
>- the attribute select must be followed by the '=' character.
>
>Any suggestions?

Follow the instructions in the XML FAQ for how to make (SGML) HTML
files into well-formed XHTML (www.ucc.ie/xml/index.html#FAQ-EXIST)

///Peter







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


Current Thread