Subject: Re: How define the property "checked" in radio box with xsl?
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Wed, 20 Nov 2002 16:17:04 +0200
|
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
|