AW: [xsl] How define the property "checked" in radio box with xsl?

Subject: AW: [xsl] How define the property "checked" in radio box with xsl?
From: "Peter Menzel" <mai00bfy@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 20 Nov 2002 15:17:22 +0100
<!--When I have a radio's input type is the value of attribute "estado" in
XML is "checked" I want that radio checked. The HTML produced must be like
this:

<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?

-->

in xml something like <input name="foo" checked/> is not allowed.
try with <input checked="checked"/> and you will be fine.
Peter


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


Current Thread