Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Why can I not set the disabled property of a checkbox in xslt tran

From: "Neil Smith [MVP Digital Media]" <neil@------.--->
To: NULL
Date: 8/31/2004 9:07:00 PM
Singleton tag attributes have long been deprecated in HTML4. They are
absolutely disallowed in XML and XHTML. You need to use attributes
like this for xhtml : 

<input type="checkbox" checked="checked" />

<input type="radio" checked="checked" />

<input type="text" disabled="disabled" />

<select name="blah">
	<option value="blugh" selected="selected">Blurgh</option>
</select>

And the same where ever your see MS Frontpage trained code monkeys
making a mess of the future of the web by using singleton tags ;-)

Cheers - Neil


On Tue, 31 Aug 2004 12:33:24 -0700, "Harry Keck"
<HarryKeck@d...> wrote:

>I am doing an xslt transform on an input/checkbox.  It works fine, until I 
>try to set the disabled or checked properties in the checkbox.  Is there a 
>way to set this?  Thanks.
>
><input type="checkbox" CHECKED  ></input>    -- does not work
>
><input type="checkbox" ></input>                 -- works



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent