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: xsl keywords


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@software.rockwell.com>
To: <xsl-list@mulberrytech.com>
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@nurun.com [mailto:Darryl.McCool@nurun.com]
> Sent: Thursday, June 22, 2000 2:18 PM
> To: XSL-List@mulberrytech.com
> 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

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