xsl-list
[Top] [All Lists]

RE: xsl checkbox

2004-03-17 09:08:54
According to the specs on w3.org,

http://www.w3.org/TR/html401/interact/forms.html#adef-checked

the correct way to do this is

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

Cheers, Pieter 

-----Original Message-----
From: Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com 
[mailto:Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com] 
Sent: Wednesday, March 17, 2004 8:51 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] xsl checkbox

Hi,

Only one thing.
For this line <input type="checkbox" name="name" checked /> i need to 
check in a checkbox.

How can I do this?

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

I know it looks funny, but check the specs.

Cheers,

Jarno - Combichrist: The well

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>