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