xsl-list
[Top] [All Lists]

Re: How define the property "checked" in radio box with xsl?

2002-11-20 07:17:04
Hélder Sousa wrote:

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

The problem is: How I create that?! It can't be an attribute! It's only a 
property. Can you help me?

See http://www.w3.org/TR/xslt.html#section-HTML-Output-Method
You should use
<xsl:attribute name="checked">checked</xsl:attribute>

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


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