RE: xsl keywords

Subject: RE: xsl keywords
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Fri, 23 Jun 2000 13:00:46 +0200
> <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


Current Thread