|
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
Basefieldtags
are 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
|
- Re: Input tag and xml bram
- Re: Input tag and xml Matthias Kerkhoff
- Re: Input tag and xml Craig R. McClanahan
- Re[2]: Input tag and xml Matthias Kerkhoff
- Re: Re[2]: Input tag and xml bram
- Re[4]: Input tag and xml Matthias Kerkhoff

