Re: [xml-dev] Boolean attributes in XHTML/HTML5
This has been a pain for me too especially when using XSL to generate to a runtime dynamic page: http://lists.w3.org/Archives/Public/www-html/2005Mar/0031.html I ended up generating things like: <input class="radio" type="radio" id="previoustrue" value="true" title="previous${focusObject.previous eq true ?'" checked="checked' : ''}" name="previous${readOnly ?'" disabled="disabled':''}"/> -Rob