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


> <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?
> 

If you specify xsl:output method="html", the XSLT processor is supposed to
output certain HTML attributes, like the one in your example, without a
value. So you should be able to get what you want.

See section 16.2 of the XSLT spec.

Linda


 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]