RE: radio button default

Subject: RE: radio button default
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Thu, 28 Sep 2000 09:33:46 +0100
The correct way to do it is to have <xsl:output> set to "html", and then the
following in the radio button:

<input type="radio" name="KeyActivity" value="1" checked="checked">

XSL Processors should then strip the attribute out, leaving:

<input type="radio" name="KeyActivity" value="1" checked>

Ben


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread