Subject: RE: xsl checkbox
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 17 Mar 2004 16:41:43 GMT
|
the correct way to do this is
<input type="checkbox" name="name" checked="true" />
Cheers, Pieter
no, the value should be checked not true, the SGML shorthand
checked
is short for _any_ attribute declared in the dtd with value checked, it
isn't short for the checked attribute with some value.
--
http://www.dcarlisle.demon.co.uk/matthew
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|