bram wrote:
Hi, I have noticed the following, when I make a form using struts, with radio, checkbox and hidden fields,and later on do an xsl transformation over the "xhtml" the xhtml is invalid. the <form:hidden> and other Basefieldtagsare rendered as <input type="xxx"> > (without the / ) is there a reason that it is not rendered as <input type="xxx"/> (with the / )or <input type="xxx"></input>  so I can "transform" it lateron? Thanx Bram Meijboom


What happens to an ordinary browser when it sees an input tag with the closing "/" character as you suggest?  If it works in every single case, I'm inclined to agree with you.
 

Craig
 

Reply via email to