[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Boolean attributes in XHTML/HTML5
- From: Rob Koberg <rob@koberg.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 10 Feb 2012 09:28:21 -0800
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
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]