RE: xsl checkbox2004-03-17 09:41:43
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
|
|
||||||||||||||||