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: radio button default


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

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