According to the specs on w3.org,
http://www.w3.org/TR/html401/interact/forms.html#adef-checked
the correct way to do this is
<input type="checkbox" name="name" checked="true" />
Cheers, Pieter
-----Original Message-----
From: Jarno.Elovirta@xxxxxxxxx [mailto:Jarno.Elovirta@xxxxxxxxx]
Sent: Wednesday, March 17, 2004 8:51 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: xsl checkbox
Hi,
> Only one thing.
> For this line <input type="checkbox" name="name" checked /> i need to
> check in a checkbox.
>
> How can I do this?
<input type="checkbox" name="name" checked="checked" />
I know it looks funny, but check the specs.
Cheers,
Jarno - Combichrist: The well
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|