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
|