Re: xsl keywords

Subject: Re: xsl keywords
From: "JB Blond" <pblond@xxxxxxxxxxxxxxxx>
Date: Fri, 23 Jun 2000 00:54:13 +0200
XTHML 1.0 specifications say that you must use
<option selected="selected">... Both code work in HTML 4.0, but, hey, look
forward....

JB
----- Original Message -----
From: "Albert, Kevin" <kjalbert@xxxxxxxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Thursday, June 22, 2000 11:50 PM
Subject: RE: xsl keywords


> It will work if you assign a value to the SELECTED attribute like so:
>
> <OPTION SELECTED="true">webhtml.xsl</OPTION>
>
> The problem is not that "select" is a keyword, but that you have an empty
attribute.
>
> Regards,
> Kevin Albert
>
> -----Original Message-----
> From: Darryl.McCool@xxxxxxxxx [mailto:Darryl.McCool@xxxxxxxxx]
> Sent: Thursday, June 22, 2000 2:18 PM
> To: XSL-List@xxxxxxxxxxxxxxxx
> Subject: xsl keywords
>
>
> I want my xsl sheet to output the following html code when it matches a
> particular template:
>
> <SELECT NAME="xslfile" SIZE="1">
>      <OPTION SELECTED>webhtml.xsl</OPTION>
>      <OPTION>nurun.xsl</OPTION>
>  </SELECT>
>
>
> I have problems outputting this because of the keyword "select". How can I
> output a drop down selection list to html with an xsl stylesheet?
>
>
>  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